2024-01-16T05:39:19.575 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T05:39:19.575 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} --verbose --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425 -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/orig.config.yaml 2024-01-16T05:39:19.607 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T05:39:19.698 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} email: yweinste@redhat.com first_in_suite: false job_id: '7517425' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-pacific ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f workunit: branch: wip-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b seed: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIo3pm2rwDLRBfvhXHeSY8WoZ0v3NVF1tQcdFN3Cj47HBCWnfHc1OkGtc7j0gaVbR7+GH4299cKg0jR1Kr6mhoQ= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdnAK+gbzKhgaYYZ5xcbcLiUtT7i+hCqYEEjlvPOn/4odWfrEt/Fpvjswz4soqWMyVFrffMKLdQ+wrx/5SD5x4= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: add_mons_via_daemon_add: true allow_ptrace: false avoid_pacific_features: true cephadm_branch: v15.2.0 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15.2.0 - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw r z --placement=2 --port=8000 - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:08:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T05:39:19.699 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T05:39:19.699 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T05:39:19.699 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T05:39:19.701 INFO:teuthology.task.internal:Checking packages... 2024-01-16T05:39:19.724 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T05:39:19.724 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T05:39:19.724 INFO:teuthology.packaging:ref: None 2024-01-16T05:39:19.724 INFO:teuthology.packaging:tag: None 2024-01-16T05:39:19.724 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T05:39:19.724 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T05:39:19.724 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T05:39:19.864 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-16T05:39:19.866 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T05:39:19.873 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T05:39:19.873 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T05:39:19.912 INFO:teuthology.task.internal:Saving configuration 2024-01-16T05:39:19.924 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T05:39:19.936 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T05:39:19.963 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 05:34:10.421617', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIo3pm2rwDLRBfvhXHeSY8WoZ0v3NVF1tQcdFN3Cj47HBCWnfHc1OkGtc7j0gaVbR7+GH4299cKg0jR1Kr6mhoQ='} 2024-01-16T05:39:19.980 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 05:34:10.422992', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdnAK+gbzKhgaYYZ5xcbcLiUtT7i+hCqYEEjlvPOn/4odWfrEt/Fpvjswz4soqWMyVFrffMKLdQ+wrx/5SD5x4='} 2024-01-16T05:39:19.980 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T05:39:19.995 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-01-16T05:39:19.995 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-01-16T05:39:19.995 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T05:39:20.063 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb78442d160>, signals=[15]) 2024-01-16T05:39:20.064 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T05:39:20.070 INFO:teuthology.task.internal:Opening connections... 2024-01-16T05:39:20.070 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-01-16T05:39:20.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:39:20.146 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-01-16T05:39:20.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:39:20.219 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T05:39:20.238 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-01-16T05:39:20.261 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-01-16T05:39:20.261 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-01-16T05:39:20.322 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T05:39:20.323 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T05:39:20.324 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-01-16T05:39:20.360 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-01-16T05:39:20.383 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-01-16T05:39:20.383 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-01-16T05:39:20.444 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2024-01-16T05:39:20.444 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T05:39:20.445 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T05:39:20.446 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-01-16T05:39:20.468 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T05:39:20.477 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T05:39:20.483 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T05:39:20.483 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-01-16T05:39:20.485 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-01-16T05:39:20.505 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T05:39:20.511 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T05:39:20.511 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-01-16T05:39:20.546 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-01-16T05:39:20.578 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T05:39:20.626 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T05:39:20.642 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T05:39:20.642 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T05:39:20.642 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T05:39:20.643 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T05:39:20.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T05:39:20.663 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-16T05:39:20.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T05:39:20.664 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-01-16T05:39:20.724 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2024-01-16T05:39:20.724 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2024-01-16T05:39:20.724 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-01-16T05:39:20.725 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-489.el8.x86_64 2024-01-16T05:39:20.725 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-489.el8.x86_64 2024-01-16T05:39:20.726 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-01-16T05:41:14.882 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 320 kB/s | 35 MB 01:51 2024-01-16T05:41:22.623 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 42 MB/s | 58 MB 00:01 2024-01-16T05:41:24.175 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - AppStream 296 kB/s | 35 MB 02:00 2024-01-16T05:41:31.305 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2024-01-16T05:41:31.700 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - BaseOS 50 MB/s | 58 MB 00:01 2024-01-16T05:41:31.856 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2024-01-16T05:41:32.165 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-16T05:41:34.427 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 16 MB 00:02 2024-01-16T05:41:38.258 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 605 kB/s | 24 kB 00:00 2024-01-16T05:41:40.158 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras 103 kB/s | 18 kB 00:00 2024-01-16T05:41:40.732 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-01-16T05:41:41.035 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-16T05:41:41.966 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T05:41:41.966 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T05:41:42.254 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-16T05:41:42.255 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-16T05:41:42.255 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-16T05:41:42.255 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-16T05:41:42.255 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-01-16T05:41:42.255 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-16T05:41:42.255 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2024-01-16T05:41:42.256 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:41:42.257 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 90 M 2024-01-16T05:41:42.257 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2024-01-16T05:41:42.257 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-16T05:41:42.776 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 24 MB/s | 10 MB 00:00 2024-01-16T05:41:43.227 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 16 MB 00:02 2024-01-16T05:41:43.285 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 39 MB/s | 36 MB 00:00 2024-01-16T05:41:43.752 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 31 MB/s | 43 MB 00:01 2024-01-16T05:41:43.752 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-16T05:41:43.752 INFO:teuthology.orchestra.run.smithi071.stdout:Total 60 MB/s | 90 MB 00:01 2024-01-16T05:41:44.435 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-16T05:41:44.853 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-16T05:41:44.853 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-16T05:41:46.098 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-16T05:41:46.120 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-16T05:41:47.086 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 499 kB/s | 24 kB 00:00 2024-01-16T05:41:48.871 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-16T05:41:49.414 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T05:41:50.777 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T05:41:50.777 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T05:41:51.074 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-01-16T05:41:51.118 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout:Install 3 Packages 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 90 M 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 96 M 2024-01-16T05:41:51.119 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-01-16T05:41:51.545 INFO:teuthology.orchestra.run.smithi134.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 24 MB/s | 10 MB 00:00 2024-01-16T05:41:52.070 INFO:teuthology.orchestra.run.smithi134.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 38 MB/s | 36 MB 00:00 2024-01-16T05:41:52.546 INFO:teuthology.orchestra.run.smithi134.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 30 MB/s | 43 MB 00:01 2024-01-16T05:41:52.546 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-01-16T05:41:52.546 INFO:teuthology.orchestra.run.smithi134.stdout:Total 61 MB/s | 90 MB 00:01 2024-01-16T05:41:53.002 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T05:41:53.230 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-01-16T05:41:53.422 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T05:41:53.650 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-01-16T05:41:53.650 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-01-16T05:41:54.902 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-01-16T05:41:54.925 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-01-16T05:41:56.852 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T05:41:57.134 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:41:57.701 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-01-16T05:41:58.220 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T05:42:01.825 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T05:42:02.211 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T05:42:05.636 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T05:42:05.892 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:19.175 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:19.197 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:19.543 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:19.543 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-16T05:42:19.543 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:42:20.882 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-16T05:42:21.042 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T05:42:21.258 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T05:42:21.259 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T05:42:21.259 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-16T05:42:21.259 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T05:42:21.259 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T05:42:21.259 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-01-16T05:42:21.259 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T05:42:21.259 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T05:42:21.470 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T05:42:21.470 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T05:42:21.470 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-01-16T05:42:21.503 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-01-16T05:42:21.503 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-01-16T05:42:21.503 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2024-01-16T05:42:21.503 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-01-16T05:42:21.504 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:42:21.505 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T05:42:21.505 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T05:42:21.505 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T05:42:21.505 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-01-16T05:42:21.505 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:42:21.505 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T05:42:21.505 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T05:42:21.506 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-532.el8.x86_64 2024-01-16T05:42:21.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T05:42:22.904 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-01-16T05:42:25.007 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-01-16T05:42:25.008 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-01-16T05:42:25.031 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.J62c4x0Tsa 2024-01-16T05:42:25.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.J62c4x0Tsa 2024-01-16T05:42:25.105 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.J62c4x0Tsa 2024-01-16T05:42:25.244 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.J62c4x0Tsa is 6KB 2024-01-16T05:42:25.291 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.J62c4x0Tsa 2024-01-16T05:42:25.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T05:42:25.390 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T05:42:25.390 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T05:42:25.390 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T05:42:25.391 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-16T05:42:25.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-16T05:42:25.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-01-16T05:42:27.792 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:27.817 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:28.190 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:28.190 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-16T05:42:28.190 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-16T05:42:29.005 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T05:42:29.005 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:42:29.005 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-01-16T05:42:29.005 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-16T05:42:29.005 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-16T05:42:29.006 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:42:29.006 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-01-16T05:42:29.149 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T05:42:29.408 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T05:42:29.409 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T05:42:29.409 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-16T05:42:29.409 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T05:42:29.409 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T05:42:29.409 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-01-16T05:42:29.409 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T05:42:29.409 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T05:42:29.618 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T05:42:29.619 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T05:42:29.619 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.02 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 129.el8 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T05:42:29.652 INFO:teuthology.orchestra.run.smithi134.stdout:Group : System Environment/Base 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 9265586 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Relocations : (not relocatable) 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : CentOS BuildSystem 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : CentOS 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T05:42:29.653 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2024-01-16T05:42:29.654 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:42:29.654 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T05:42:29.654 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T05:42:29.654 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 4.18.0-532.el8.x86_64 2024-01-16T05:42:29.655 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T05:42:30.934 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-01-16T05:42:33.485 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-01-16T05:42:33.487 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-01-16T05:42:33.517 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.sIuqu3VhqN 2024-01-16T05:42:33.517 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.sIuqu3VhqN 2024-01-16T05:42:33.600 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.sIuqu3VhqN 2024-01-16T05:42:33.745 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.sIuqu3VhqN is 6KB 2024-01-16T05:42:33.794 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.sIuqu3VhqN 2024-01-16T05:42:33.812 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T05:42:33.891 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T05:42:33.891 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T05:42:33.892 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T05:42:33.892 INFO:teuthology.orchestra.run.smithi134.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-16T05:42:33.893 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-16T05:42:34.072 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-01-16T05:42:55.550 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-01-16T05:42:55.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:42:55.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:43:04.080 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-01-16T05:43:04.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-16T05:43:04.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:43:13.980 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-16T05:43:22.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-01-16T05:43:22.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:43:22.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:43:26.044 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-16T05:43:31.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-16T05:43:31.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:43:34.492 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-01-16T05:43:38.051 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:43:38.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:43:46.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-16T05:43:46.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:43:56.476 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-16T05:44:11.489 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:44:11.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:44:12.602 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-16T05:44:13.270 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:44:13.271 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-532.el8.x86_64"... 2024-01-16T05:44:13.271 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-16T05:44:13.288 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-532.el8.x86_64 2024-01-16T05:44:13.289 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-16T05:44:13.289 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T05:44:13.289 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T05:44:14.289 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-01-16T05:44:14.290 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T05:44:14.355 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-01-16T05:44:14.368 DEBUG:teuthology.parallel:result is None 2024-01-16T05:44:19.223 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-01-16T05:44:19.938 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-16T05:44:19.938 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-532.el8.x86_64"... 2024-01-16T05:44:19.938 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-01-16T05:44:19.956 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-532.el8.x86_64 2024-01-16T05:44:19.956 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-16T05:44:19.956 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T05:44:19.956 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T05:44:20.957 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-01-16T05:44:20.957 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T05:44:21.014 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-01-16T05:44:21.034 DEBUG:teuthology.parallel:result is None 2024-01-16T05:44:21.034 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T05:44:21.041 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T05:44:21.041 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T05:44:21.044 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T05:44:21.063 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T05:44:21.071 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T05:44:21.141 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T05:44:21.142 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T05:44:21.145 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T05:44:21.189 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T05:44:21.196 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T05:44:21.196 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T05:44:21.226 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T05:44:21.260 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T05:44:21.270 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T05:44:21.271 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T05:44:21.282 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T05:44:21.283 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T05:44:21.291 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T05:44:21.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T05:44:21.294 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T05:44:21.340 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T05:44:21.349 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T05:44:21.349 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T05:44:21.363 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T05:44:21.398 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T05:44:21.468 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T05:44:21.521 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T05:44:21.606 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T05:44:21.649 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:44:21.649 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T05:44:21.715 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T05:44:21.761 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T05:44:21.806 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T05:44:21.892 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T05:44:21.933 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:44:21.933 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T05:44:22.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-01-16T05:44:22.002 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-01-16T05:44:22.053 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T05:44:22.093 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T05:44:22.577 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T05:44:22.589 INFO:teuthology.task.internal:Starting timer... 2024-01-16T05:44:22.589 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T05:44:22.600 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T05:44:22.610 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-01-16T05:44:22.692 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-01-16T05:44:22.694 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-01-16T05:44:22.772 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-01-16T05:44:22.774 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T05:44:22.774 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-01-16T05:44:22.837 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-01-16T05:44:22.837 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-01-16T05:44:22.867 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-01-16T05:44:22.867 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive'} 2024-01-16T05:44:22.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T05:44:22.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T05:44:22.894 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T05:44:22.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T05:44:22.936 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T05:44:22.936 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-01-16T05:44:22.964 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-01-16T05:44:23.004 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T05:44:23.014 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-16T05:44:23.019 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-16T05:44:23.146 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T05:44:23.160 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-16T05:44:23.161 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi134.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T05:52:25.405 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com')] 2024-01-16T05:52:25.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:52:25.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:52:25.482 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-16T05:52:25.550 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-16T05:52:25.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-16T05:52:25.551 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T05:52:25.625 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-01-16T05:52:25.694 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-01-16T05:52:25.695 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T05:52:25.706 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T05:52:25.706 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T05:52:25.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T05:52:25.708 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T05:52:25.708 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T05:52:25.737 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T05:52:25.751 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T05:52:25.767 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T05:52:25.781 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T05:52:25.823 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-01-16T05:52:25.834 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-01-16T05:52:25.844 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-01-16T05:52:25.847 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T05:52:25.855 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-01-16T05:52:25.860 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T05:52:25.869 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T05:52:25.882 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T05:52:25.931 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-16T05:52:25.935 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T05:52:25.935 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-16T05:52:25.935 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.935 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.935 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.935 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.952 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-01-16T05:52:25.955 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T05:52:25.955 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-01-16T05:52:25.955 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.955 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.955 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.956 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T05:52:25.956 INFO:teuthology.run_tasks:Running task pexec... 2024-01-16T05:52:25.966 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-16T05:52:25.966 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-01-16T05:52:25.966 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T05:52:25.967 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2024-01-16T05:52:25.967 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T05:52:26.859 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:03:45 ago on Tue 16 Jan 2024 05:48:41 AM UTC. 2024-01-16T05:52:26.886 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:03:35 ago on Tue 16 Jan 2024 05:48:51 AM UTC. 2024-01-16T05:52:29.038 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-01-16T05:52:29.039 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-16T05:52:29.039 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-01-16T05:52:29.039 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-16T05:52:29.039 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2024-01-16T05:52:29.039 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2024-01-16T05:52:29.039 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:52:29.040 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-01-16T05:52:29.040 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-01-16T05:52:29.040 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:52:29.048 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-16T05:52:29.049 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:52:29.303 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-16T05:52:29.426 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-01-16T05:52:30.239 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:03:49 ago on Tue 16 Jan 2024 05:48:41 AM UTC. 2024-01-16T05:52:30.377 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:03:39 ago on Tue 16 Jan 2024 05:48:51 AM UTC. 2024-01-16T05:52:32.379 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout:=========================================================================================== 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repo Size 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout:=========================================================================================== 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrading: 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T05:52:32.382 INFO:teuthology.orchestra.run.smithi071.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T05:52:32.383 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-16T05:52:32.384 INFO:teuthology.orchestra.run.smithi071.stdout:=========================================================================================== 2024-01-16T05:52:32.385 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-01-16T05:52:32.385 INFO:teuthology.orchestra.run.smithi071.stdout:Upgrade 9 Packages 2024-01-16T05:52:32.385 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:52:32.385 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 52 M 2024-01-16T05:52:32.385 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-16T05:52:32.542 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-01-16T05:52:32.545 INFO:teuthology.orchestra.run.smithi134.stdout:=========================================================================================== 2024-01-16T05:52:32.545 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-01-16T05:52:32.545 INFO:teuthology.orchestra.run.smithi134.stdout:=========================================================================================== 2024-01-16T05:52:32.545 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrading: 2024-01-16T05:52:32.545 INFO:teuthology.orchestra.run.smithi134.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T05:52:32.546 INFO:teuthology.orchestra.run.smithi134.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools rhel8 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:52:32.547 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-01-16T05:52:32.548 INFO:teuthology.orchestra.run.smithi134.stdout:=========================================================================================== 2024-01-16T05:52:32.548 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2024-01-16T05:52:32.548 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrade 9 Packages 2024-01-16T05:52:32.548 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:52:32.548 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 52 M 2024-01-16T05:52:32.548 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-01-16T05:52:35.158 INFO:teuthology.orchestra.run.smithi071.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 293 kB/s | 750 kB 00:02 2024-01-16T05:52:35.300 INFO:teuthology.orchestra.run.smithi071.stdout:(2/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 277 kB/s | 39 kB 00:00 2024-01-16T05:52:35.392 INFO:teuthology.orchestra.run.smithi134.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 284 kB/s | 750 kB 00:02 2024-01-16T05:52:35.584 INFO:teuthology.orchestra.run.smithi134.stdout:(2/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 205 kB/s | 39 kB 00:00 2024-01-16T05:52:36.276 INFO:teuthology.orchestra.run.smithi134.stdout:(3/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 348 kB/s | 241 kB 00:00 2024-01-16T05:52:36.483 INFO:teuthology.orchestra.run.smithi071.stdout:(3/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 264 kB/s | 1.0 MB 00:03 2024-01-16T05:52:37.475 INFO:teuthology.orchestra.run.smithi071.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 111 kB/s | 241 kB 00:02 2024-01-16T05:52:37.610 INFO:teuthology.orchestra.run.smithi134.stdout:(4/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 211 kB/s | 1.0 MB 00:04 2024-01-16T05:52:38.001 INFO:teuthology.orchestra.run.smithi134.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 454 kB/s | 178 kB 00:00 2024-01-16T05:52:38.127 INFO:teuthology.orchestra.run.smithi134.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2024-01-16T05:52:38.369 INFO:teuthology.orchestra.run.smithi134.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 388 kB/s | 94 kB 00:00 2024-01-16T05:52:39.891 INFO:teuthology.orchestra.run.smithi071.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 74 kB/s | 178 kB 00:02 2024-01-16T05:52:40.235 INFO:teuthology.orchestra.run.smithi071.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 72 kB/s | 25 kB 00:00 2024-01-16T05:52:41.367 INFO:teuthology.orchestra.run.smithi071.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 83 kB/s | 94 kB 00:01 2024-01-16T05:52:55.617 INFO:teuthology.orchestra.run.smithi134.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 207 kB/s | 3.9 MB 00:19 2024-01-16T05:53:03.173 INFO:teuthology.orchestra.run.smithi071.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 150 kB/s | 3.9 MB 00:26 2024-01-16T05:53:09.580 INFO:teuthology.orchestra.run.smithi071.stdout:(9/22): toolbox-0.0.99.4-6.module_el8+712+4cd1b 404 kB/s | 2.5 MB 00:06 2024-01-16T05:53:09.747 INFO:teuthology.orchestra.run.smithi071.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 316 kB/s | 53 kB 00:00 2024-01-16T05:53:09.972 INFO:teuthology.orchestra.run.smithi071.stdout:(11/22): yajl-2.1.0-12.el8.x86_64.rpm 182 kB/s | 41 kB 00:00 2024-01-16T05:53:10.447 INFO:teuthology.orchestra.run.smithi071.stdout:(12/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 121 kB/s | 57 kB 00:00 2024-01-16T05:53:10.881 INFO:teuthology.orchestra.run.smithi071.stdout:(13/22): container-selinux-2.224.0-1.module_el8 161 kB/s | 70 kB 00:00 2024-01-16T05:53:11.507 INFO:teuthology.orchestra.run.smithi134.stdout:(9/22): toolbox-0.0.99.4-6.module_el8+712+4cd1b 163 kB/s | 2.5 MB 00:15 2024-01-16T05:53:11.957 INFO:teuthology.orchestra.run.smithi134.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 117 kB/s | 53 kB 00:00 2024-01-16T05:53:12.233 INFO:teuthology.orchestra.run.smithi134.stdout:(11/22): yajl-2.1.0-12.el8.x86_64.rpm 149 kB/s | 41 kB 00:00 2024-01-16T05:53:12.524 INFO:teuthology.orchestra.run.smithi134.stdout:(12/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 197 kB/s | 57 kB 00:00 2024-01-16T05:53:12.800 INFO:teuthology.orchestra.run.smithi134.stdout:(13/22): container-selinux-2.224.0-1.module_el8 254 kB/s | 70 kB 00:00 2024-01-16T05:53:14.114 INFO:teuthology.orchestra.run.smithi071.stdout:(14/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 255 kB/s | 8.1 MB 00:32 2024-01-16T05:53:14.714 INFO:teuthology.orchestra.run.smithi071.stdout:(15/22): containers-common-1-57.module_el8+712+ 240 kB/s | 144 kB 00:00 2024-01-16T05:53:14.856 INFO:teuthology.orchestra.run.smithi071.stdout:(16/22): buildah-1.32.0-1.module_el8+712+4cd1bd 233 kB/s | 9.6 MB 00:42 2024-01-16T05:53:15.123 INFO:teuthology.orchestra.run.smithi071.stdout:(17/22): fuse-overlayfs-1.13-1.module_el8+712+4 263 kB/s | 70 kB 00:00 2024-01-16T05:53:15.373 INFO:teuthology.orchestra.run.smithi071.stdout:(18/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 282 kB/s | 70 kB 00:00 2024-01-16T05:53:16.016 INFO:teuthology.orchestra.run.smithi134.stdout:(14/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 221 kB/s | 8.1 MB 00:37 2024-01-16T05:53:17.017 INFO:teuthology.orchestra.run.smithi134.stdout:(15/22): containers-common-1-57.module_el8+712+ 144 kB/s | 144 kB 00:00 2024-01-16T05:53:17.115 INFO:teuthology.orchestra.run.smithi071.stdout:(19/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 235 kB/s | 564 kB 00:02 2024-01-16T05:53:17.757 INFO:teuthology.orchestra.run.smithi071.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 87 kB/s | 56 kB 00:00 2024-01-16T05:53:17.925 INFO:teuthology.orchestra.run.smithi134.stdout:(16/22): buildah-1.32.0-1.module_el8+712+4cd1bd 218 kB/s | 9.6 MB 00:45 2024-01-16T05:53:18.300 INFO:teuthology.orchestra.run.smithi134.stdout:(17/22): fuse-overlayfs-1.13-1.module_el8+712+4 187 kB/s | 70 kB 00:00 2024-01-16T05:53:18.592 INFO:teuthology.orchestra.run.smithi134.stdout:(18/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 241 kB/s | 70 kB 00:00 2024-01-16T05:53:19.501 INFO:teuthology.orchestra.run.smithi134.stdout:(19/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 227 kB/s | 564 kB 00:02 2024-01-16T05:53:19.817 INFO:teuthology.orchestra.run.smithi134.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 176 kB/s | 56 kB 00:00 2024-01-16T05:53:26.148 INFO:teuthology.orchestra.run.smithi071.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 292 kB/s | 3.1 MB 00:10 2024-01-16T05:53:30.683 INFO:teuthology.orchestra.run.smithi134.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 261 kB/s | 3.1 MB 00:12 2024-01-16T05:54:32.969 INFO:teuthology.orchestra.run.smithi134.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 274 kB/s | 21 MB 01:20 2024-01-16T05:54:32.969 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-01-16T05:54:32.969 INFO:teuthology.orchestra.run.smithi134.stdout:Total 443 kB/s | 52 MB 02:00 2024-01-16T05:54:33.440 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-01-16T05:54:33.486 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-01-16T05:54:33.486 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-01-16T05:54:33.969 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-01-16T05:54:33.972 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-01-16T05:54:35.222 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-01-16T05:54:35.302 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-16T05:54:35.512 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-16T05:54:35.535 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T05:54:35.745 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T05:54:45.482 INFO:teuthology.orchestra.run.smithi071.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 232 kB/s | 21 MB 01:34 2024-01-16T05:54:45.482 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-16T05:54:45.482 INFO:teuthology.orchestra.run.smithi071.stdout:Total 401 kB/s | 52 MB 02:13 2024-01-16T05:54:45.954 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-16T05:54:45.999 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-16T05:54:45.999 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-16T05:54:46.499 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-16T05:54:46.503 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-16T05:54:47.755 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-16T05:54:47.829 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-16T05:54:48.046 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-16T05:54:48.067 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T05:54:48.284 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T05:54:53.876 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T05:54:54.139 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-16T05:54:54.263 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T05:54:54.449 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T05:54:54.645 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T05:54:54.801 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T05:54:56.567 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T05:54:56.775 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-16T05:54:56.970 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-16T05:54:57.155 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T05:54:57.380 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-16T05:54:57.576 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-16T05:54:57.861 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-16T05:54:58.410 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-16T05:54:59.399 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-16T05:54:59.664 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-16T05:55:00.573 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-16T05:55:00.941 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-16T05:55:01.136 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-16T05:55:01.340 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-16T05:55:01.555 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-16T05:55:01.735 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-16T05:55:01.917 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-16T05:55:02.093 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-16T05:55:02.292 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-16T05:55:02.292 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T05:55:02.468 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T05:55:02.658 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-16T05:55:02.809 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-16T05:55:02.983 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-16T05:55:03.175 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-16T05:55:03.325 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T05:55:06.633 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-16T05:55:06.877 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-16T05:55:07.040 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T05:55:07.278 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T05:55:07.497 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T05:55:07.688 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T05:55:09.451 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-16T05:55:09.653 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-16T05:55:09.890 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-16T05:55:10.079 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T05:55:10.354 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-16T05:55:10.530 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-16T05:55:10.857 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-16T05:55:11.378 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-16T05:55:12.369 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-16T05:55:12.664 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-16T05:55:13.637 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-16T05:55:14.084 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-16T05:55:14.307 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-16T05:55:14.486 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-16T05:55:14.747 INFO:teuthology.orchestra.run.smithi071.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-16T05:55:14.913 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-16T05:55:15.086 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-16T05:55:15.271 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-16T05:55:15.437 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-16T05:55:15.438 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T05:55:15.663 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-16T05:55:15.866 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-16T05:55:16.054 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-16T05:55:16.229 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-16T05:55:16.454 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-16T05:55:16.620 INFO:teuthology.orchestra.run.smithi071.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T05:55:22.614 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-16T05:55:23.077 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T05:55:23.077 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-16T05:55:23.078 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-16T05:55:23.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-16T05:55:23.080 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-16T05:55:23.080 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-16T05:55:23.080 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout:Upgraded: 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.145 INFO:teuthology.orchestra.run.smithi134.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.146 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.147 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:24.148 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:24.148 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T05:55:24.148 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:55:24.148 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-01-16T05:55:24.464 DEBUG:teuthology.parallel:result is None 2024-01-16T05:55:36.095 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-16T05:55:36.555 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-16T05:55:36.556 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-16T05:55:36.557 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-16T05:55:37.635 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-16T05:55:37.635 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:55:37.635 INFO:teuthology.orchestra.run.smithi071.stdout:Upgraded: 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.636 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:55:37.637 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-16T05:55:37.915 DEBUG:teuthology.parallel:result is None 2024-01-16T05:55:37.915 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T05:55:37.988 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'allow_ptrace': False, 'avoid_pacific_features': True, 'cephadm_branch': 'v15.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15.2.0', 'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-16T05:55:37.988 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-01-16T05:55:37.989 INFO:tasks.cephadm:Cluster fsid is df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:55:37.989 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T05:55:37.989 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.c': '[v2:172.21.15.71:3301,v1:172.21.15.71:6790]', 'mon.b': '172.21.15.134'} 2024-01-16T05:55:37.989 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-01-16T05:55:37.989 INFO:tasks.cephadm:First mgr is y 2024-01-16T05:55:37.989 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T05:55:37.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-01-16T05:55:38.016 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-01-16T05:55:38.051 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-01-16T05:55:38.051 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T05:55:38.427 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 16 05:55 /home/ubuntu/cephtest/cephadm 2024-01-16T05:55:38.427 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T05:55:38.785 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 16 05:55 /home/ubuntu/cephtest/cephadm 2024-01-16T05:55:38.785 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T05:55:38.808 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T05:55:38.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-01-16T05:55:38.884 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-01-16T05:55:38.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-01-16T05:55:38.955 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-01-16T05:55:38.986 INFO:tasks.cephadm:Writing seed config... 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T05:55:38.987 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T05:55:38.988 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:55:38.988 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T05:55:39.014 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = df6d77ae-b433-11ee-95ad-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-16T05:55:39.014 DEBUG:teuthology.orchestra.run.smithi071:mon.a> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service 2024-01-16T05:55:39.056 DEBUG:teuthology.orchestra.run.smithi071:mgr.y> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service 2024-01-16T05:55:39.084 INFO:journalctl@ceph.mon.a.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:55:39.085 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T05:55:39.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid df6d77ae-b433-11ee-95ad-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.71 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T05:55:39.112 INFO:journalctl@ceph.mgr.y.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:55:39.230 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-01-16T05:55:39.230 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-01-16T05:55:39.230 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-01-16T05:55:39.230 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-16T05:55:39.236 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T05:55:39.236 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-16T05:55:39.241 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T05:55:39.241 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-16T05:55:39.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-16T05:55:39.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-16T05:55:39.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-16T05:55:39.252 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-16T05:55:39.252 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Repeating the final host check... 2024-01-16T05:55:39.252 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-01-16T05:55:39.252 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:systemctl is present 2024-01-16T05:55:39.252 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:lvcreate is present 2024-01-16T05:55:39.252 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-16T05:55:39.256 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T05:55:39.256 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-16T05:55:39.260 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T05:55:39.260 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-16T05:55:39.265 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-16T05:55:39.266 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-16T05:55:39.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-16T05:55:39.270 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-16T05:55:39.270 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Host looks OK 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:root:Cluster fsid: df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Acquiring lock 140459757488280 on /run/cephadm/df6d77ae-b433-11ee-95ad-87774f69a715.lock 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Lock 140459757488280 acquired on /run/cephadm/df6d77ae-b433-11ee-95ad-87774f69a715.lock 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying IP 172.21.15.71 port 3300 ... 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying IP 172.21.15.71 port 6789 ... 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.71, final addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-16T05:55:39.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-01-16T05:55:39.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-01-16T05:55:39.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-01-16T05:55:39.273 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Mon IP 172.21.15.71 is in CIDR network 172.21.0.0/20 2024-01-16T05:55:39.274 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-01-16T05:55:39.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-01-16T05:55:40.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-01-16T05:55:47.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-01-16T05:55:47.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-01-16T05:55:47.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-01-16T05:55:59.149 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-16T05:55:59.207 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-01-16T05:55:59.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-16T05:55:59.570 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-01-16T05:55:59.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-01-16T05:55:59.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-01-16T05:55:59.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-01-16T05:56:00.272 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating initial keys... 2024-01-16T05:56:00.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-16T05:56:00.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-16T05:56:00.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBwGqZlNPlNHRAA0EhzSZ6u/NfCofU7G3WjZQ== 2024-01-16T05:56:00.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-16T05:56:00.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-16T05:56:01.098 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBxGqZlbPhuBRAAKzWvUJyYiGQtcqWoew4kAg== 2024-01-16T05:56:01.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-16T05:56:01.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-16T05:56:01.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBxGqZlvwAsKRAAkfXXV8T3NoC//c/hSTrvWw== 2024-01-16T05:56:02.040 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating initial monmap... 2024-01-16T05:56:02.040 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/tmp/ceph-tmp_rtanvwv:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'df6d77ae-b433-11ee-95ad-87774f69a715', '--addv', 'a', '[v2:172.21.15.71:3300,v1:172.21.15.71:6789]', '/tmp/monmap'] 2024-01-16T05:56:02.040 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /tmp/ceph-tmp_rtanvwv:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid df6d77ae-b433-11ee-95ad-87774f69a715 --addv a [v2:172.21.15.71:3300,v1:172.21.15.71:6789] /tmp/monmap 2024-01-16T05:56:02.264 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T05:56:02.264 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:02.264 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T05:56:02.613 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating mon... 2024-01-16T05:56:02.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpujyga536:/tmp/keyring:z', '-v', '/tmp/ceph-tmp_rtanvwv:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'df6d77ae-b433-11ee-95ad-87774f69a715', '-c', '/dev/null', '--monmap', '/tmp/monmap', '--keyring', '/tmp/keyring', '--setuser', 'ceph', '--setgroup', 'ceph', '--default-log-to-file=false', '--default-log-to-stderr=true', '--default-log-stderr-prefix="debug "', '--default-mon-cluster-log-to-file=false', '--default-mon-cluster-log-to-stderr=true'] 2024-01-16T05:56:02.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpujyga536:/tmp/keyring:z -v /tmp/ceph-tmp_rtanvwv:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix="debug " --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 1 imported monmap: 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-01-16T05:56:02.261902+0000 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-01-16T05:56:02.261902+0000 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 /usr/bin/ceph-mon: set fsid to df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:02.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set rocksdb option compression = kNoCompression 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set rocksdb option compression = kNoCompression 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.872+0000 7f5d126b66c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Compile date Mar 23 2020 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: DB SUMMARY 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.error_if_exists: 0 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.create_if_missing: 1 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.env: 0x5605c1d5a1a0 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.info_log: 0x5605c2769a80 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.statistics: (nil) 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.use_fsync: 0 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T05:56:02.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.db_log_dir: 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T05:56:02.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.write_buffer_manager: 0x5605c3308120 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T05:56:02.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.row_cache: None 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.wal_filter: None 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.two_write_queues: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T05:56:02.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.atomic_flush: 0 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.max_open_files: -1 2024-01-16T05:56:02.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Compression algorithms supported: 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kZSTD supported: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kXpressCompression supported: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kZlibCompression supported: 1 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.873+0000 7f5d126b66c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-16T05:56:02.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.merge_operator: 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_filter: None 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5605c268e130) 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-16T05:56:02.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x5605c26c8510 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-01-16T05:56:02.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-01-16T05:56:02.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression: NoCompression 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.num_levels: 7 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T05:56:02.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T05:56:02.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T05:56:02.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.table_properties_collectors: 2024-01-16T05:56:02.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.bloom_locality: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: Options.ttl: 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.874+0000 7f5d126b66c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.877+0000 7f5d126b66c0 4 rocksdb: DB pointer 0x5605c2763200 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.877+0000 7f5cfb877700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.877+0000 7f5cfb877700 4 rocksdb: [db/db_impl.cc:778] 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T05:56:02.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-16T05:56:02.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:02.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.879+0000 7f5d126b66c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.879+0000 7f5d126b66c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-16T05:56:02.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-16T05:56:02.879+0000 7f5d126b66c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-01-16T05:56:03.220 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:03.224 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-01-16T05:56:03.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-01-16T05:56:03.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-16T05:56:03.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-01-16T05:56:03.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target 2024-01-16T05:56:03.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target. 2024-01-16T05:56:03.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target. 2024-01-16T05:56:03.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target 2024-01-16T05:56:03.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-16T05:56:03.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a 2024-01-16T05:56:03.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a 2024-01-16T05:56:03.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service: Unit ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service not loaded. 2024-01-16T05:56:03.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a 2024-01-16T05:56:03.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target.wants/ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service → /etc/systemd/system/ceph-df6d77ae-b433-11ee-95ad-87774f69a715@.service. 2024-01-16T05:56:03.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a 2024-01-16T05:56:03.741 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:03 smithi071 podman[34780]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.a" found: no such container 2024-01-16T05:56:03.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-16T05:56:03.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-16T05:56:03.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-16T05:56:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T05:56:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-16T05:56:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mon to start... 2024-01-16T05:56:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mon... 2024-01-16T05:56:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-01-16T05:56:04.072 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:03 smithi071 systemd[1]: Started Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.189477s) 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-01-16T05:56:04.250 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-01-16T05:56:04.251 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:04.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:04 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.062717+0000 mon.a (mon.0) 0 : [INF] mkfs df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:04.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:04 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.039149+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-16T05:56:04.599 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-01-16T05:56:04.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'assimilate-conf', '-i', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-16T05:56:04.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z -v /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-01-16T05:56:05.041 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-01-16T05:56:05.042 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-01-16T05:56:05.390 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-01-16T05:56:05.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'generate-minimal-conf', '-o', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-16T05:56:05.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z -v /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2024-01-16T05:56:05.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.059757+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.059958+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.065873+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.074233+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: cluster 2024-01-16T05:56:04.074601+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: audit 2024-01-16T05:56:04.249206+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/1117885670' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: audit 2024-01-16T05:56:05.036066+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3226216177' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T05:56:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:05 smithi071 bash[34796]: audit 2024-01-16T05:56:05.038424+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3226216177' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T05:56:06.189 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Restarting the monitor... 2024-01-16T05:56:06.189 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a 2024-01-16T05:56:06.190 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[34796]: audit 2024-01-16T05:56:05.828809+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/4040548855' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:56:06.497 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 systemd[1]: Stopping Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:56:06.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[34796]: debug 2024-01-16T05:56:06.243+0000 7fcb7e86a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:56:06.498 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[34796]: debug 2024-01-16T05:56:06.243+0000 7fcb7e86a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T05:56:06.716 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Setting mon public_network... 2024-01-16T05:56:06.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'set', 'mon', 'public_network', '172.21.0.0/20'] 2024-01-16T05:56:06.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config set mon public_network 172.21.0.0/20 2024-01-16T05:56:06.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 podman[35126]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.a 2024-01-16T05:56:06.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service: Succeeded. 2024-01-16T05:56:06.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 systemd[1]: Stopped Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:56:06.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 systemd[1]: Starting Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:56:06.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 podman[35169]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.a" found: no such container 2024-01-16T05:56:06.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 systemd[1]: Started Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.979+0000 7fccea93c6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.979+0000 7fccea93c6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.979+0000 7fccea93c6c0 0 pidfile_write: ignore empty --pid-file 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.983+0000 7fccea93c6c0 0 load: jerasure load: lrc load: isa 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 0 set rocksdb option compression = kNoCompression 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T05:56:07.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 0 set rocksdb option compression = kNoCompression 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 1 rocksdb: do_open column families: [default] 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Compile date Mar 23 2020 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: DB SUMMARY 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: CURRENT file: CURRENT 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 65630 ; 2024-01-16T05:56:07.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.error_if_exists: 0 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.create_if_missing: 0 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.env: 0x563bf6b721a0 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.info_log: 0x563bf92489a0 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.statistics: (nil) 2024-01-16T05:56:07.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.use_fsync: 0 2024-01-16T05:56:07.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.db_log_dir: 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T05:56:07.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.write_buffer_manager: 0x563bf9de0ae0 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T05:56:07.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.row_cache: None 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.wal_filter: None 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.two_write_queues: 0 2024-01-16T05:56:07.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.atomic_flush: 0 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_open_files: -1 2024-01-16T05:56:07.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Compression algorithms supported: 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kZSTD supported: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kXpressCompression supported: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kZlibCompression supported: 1 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-16T05:56:07.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.merge_operator: 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_filter: None 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563bf9164138) 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: cache_index_and_filter_blocks: 1 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: cache_index_and_filter_blocks_with_high_priority: 1 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: pin_top_level_index_and_filter: 1 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: index_type: 0 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: data_block_index_type: 0 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T05:56:07.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: hash_index_allow_collision: 1 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: checksum: 1 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: no_block_cache: 0 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_cache: 0x563bf919e610 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_cache_name: BinnedLRUCache 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_cache_options: 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: capacity : 536870912 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: num_shard_bits : 4 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: strict_capacity_limit : 0 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: high_pri_pool_ratio: 0.000 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_cache_compressed: (nil) 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: persistent_cache: (nil) 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_size: 4096 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_size_deviation: 10 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_restart_interval: 16 2024-01-16T05:56:07.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: index_block_restart_interval: 1 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: metadata_block_size: 4096 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: partition_filters: 0 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: use_delta_encoding: 1 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: whole_key_filtering: 1 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: verify_compression: 0 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: read_amp_bytes_per_bit: 0 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: format_version: 2 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: enable_index_compression: 1 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: block_align: 0 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression: NoCompression 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T05:56:07.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.num_levels: 7 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T05:56:07.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T05:56:07.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T05:56:07.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.table_properties_collectors: 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.bloom_locality: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T05:56:07.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.984+0000 7fccea93c6c0 4 rocksdb: Options.ttl: 0 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.985+0000 7fccea93c6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.985+0000 7fccea93c6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.985+0000 7fccea93c6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705384566986831, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.985+0000 7fccea93c6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.986+0000 7fccea93c6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705384566987575, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 62865, "table_properties": {"data_size": 61187, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 56261, "raw_average_value_size": 309, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.986+0000 7fccea93c6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.986+0000 7fccea93c6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705384566987898, "job": 1, "event": "recovery_finished"} 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.987+0000 7fccea93c6c0 4 rocksdb: DB pointer 0x563bf9239200 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.987+0000 7fccd1a89700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-16T05:56:07.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.987+0000 7fccd1a89700 4 rocksdb: [db/db_impl.cc:778] 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** DB Stats ** 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** Compaction Stats [default] ** 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: L0 2/0 63.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Sum 2/0 63.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** Compaction Stats [default] ** 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Cumulative compaction: 0.00 GB write, 22.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Interval compaction: 0.00 GB write, 22.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T05:56:07.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** Compaction Stats [default] ** 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: L0 2/0 63.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Sum 2/0 63.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** Compaction Stats [default] ** 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.1 0.00 0.00 1 0.000 0 0 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T05:56:07.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Cumulative compaction: 0.00 GB write, 22.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.988+0000 7fccea93c6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 1 mon.a@-1(???) e1 preinit fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 0 mon.a@-1(???).mds e1 new map 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 0 mon.a@-1(???).mds e1 print_map 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: e1 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T05:56:07.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: legacy client fscid: -1 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: No filesystems configured 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: audit 2024-01-16T05:56:05.828809+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/4040548855' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.989+0000 7fccea93c6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expand map: {default=false} 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta from 'false' to 'false' 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expanded map: {default=false} 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expand map: {default=info} 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta from 'info' to 'info' 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expanded map: {default=info} 2024-01-16T05:56:07.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expand map: {default=daemon} 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expanded map: {default=daemon} 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expand map: {default=debug} 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta from 'debug' to 'debug' 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:06 smithi071 bash[35187]: debug 2024-01-16T05:56:06.990+0000 7fccea93c6c0 20 expand_channel_meta expanded map: {default=debug} 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:07 smithi071 bash[35187]: cluster 2024-01-16T05:56:07.005928+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:07 smithi071 bash[35187]: cluster 2024-01-16T05:56:07.005971+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:07 smithi071 bash[35187]: cluster 2024-01-16T05:56:07.005999+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:07 smithi071 bash[35187]: cluster 2024-01-16T05:56:07.006016+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T05:56:07.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:07 smithi071 bash[35187]: cluster 2024-01-16T05:56:07.006331+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T05:56:07.574 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating mgr... 2024-01-16T05:56:07.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-16T05:56:07.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y 2024-01-16T05:56:07.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y 2024-01-16T05:56:07.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service: Unit ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service not loaded. 2024-01-16T05:56:07.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y 2024-01-16T05:56:07.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-df6d77ae-b433-11ee-95ad-87774f69a715.target.wants/ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-df6d77ae-b433-11ee-95ad-87774f69a715@.service. 2024-01-16T05:56:07.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y 2024-01-16T05:56:07.783 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:07 smithi071 systemd[1]: Starting Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:56:07.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-16T05:56:07.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-16T05:56:07.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-16T05:56:07.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-16T05:56:07.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-16T05:56:07.830 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T05:56:07.830 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-01-16T05:56:07.830 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mgr to start... 2024-01-16T05:56:07.831 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mgr... 2024-01-16T05:56:07.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T05:56:07.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T05:56:08.056 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:07 smithi071 podman[35405]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.y" found: no such container 2024-01-16T05:56:08.057 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:07 smithi071 systemd[1]: Started Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:56:08.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:08.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:08.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "df6d77ae-b433-11ee-95ad-87774f69a715", 2024-01-16T05:56:08.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T05:56:08.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T05:56:08.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-16T05:56:08.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T05:56:04.063085+0000", 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T05:56:08.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:08.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:08 smithi071 bash[35187]: audit 2024-01-16T05:56:07.210165+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/870046201' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-01-16T05:56:08.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:08 smithi071 bash[35187]: audit 2024-01-16T05:56:07.212725+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.71:0/870046201' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-01-16T05:56:08.673 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-01-16T05:56:09.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:09 smithi071 bash[35187]: audit 2024-01-16T05:56:08.288757+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/1780321061' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T05:56:09.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T05:56:09.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "df6d77ae-b433-11ee-95ad-87774f69a715", 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T05:56:10.107 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:10.108 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T05:56:10.108 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T05:56:10.108 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:10.108 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2024-01-16T05:56:10.108 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.109 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T05:56:10.110 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.111 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T05:56:10.112 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:10.112 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T05:56:04.063085+0000", 2024-01-16T05:56:10.112 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:10.112 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:10.113 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T05:56:10.113 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:10.400 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:10 smithi071 bash[35187]: audit 2024-01-16T05:56:10.101288+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.71:0/3688953348' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T05:56:10.455 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-01-16T05:56:11.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T05:56:11.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "df6d77ae-b433-11ee-95ad-87774f69a715", 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2024-01-16T05:56:12.014 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 2, 2024-01-16T05:56:12.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T05:56:12.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T05:56:12.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T05:56:04.063085+0000", 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T05:56:12.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: cluster 2024-01-16T05:56:11.666207+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: cluster 2024-01-16T05:56:11.668521+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00240318s) 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: audit 2024-01-16T05:56:11.669106+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: audit 2024-01-16T05:56:11.669257+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: audit 2024-01-16T05:56:11.669376+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: audit 2024-01-16T05:56:11.669641+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: audit 2024-01-16T05:56:11.669830+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T05:56:12.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:11 smithi071 bash[35187]: cluster 2024-01-16T05:56:11.683570+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-01-16T05:56:12.365 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2024-01-16T05:56:13.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-16T05:56:13.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.693381+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.925137+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: cluster 2024-01-16T05:56:11.925179+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.926200+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.931558+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"139ed79d-6bf5-4d47-8fa1-4fceff4f75e0"}]: dispatch 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.934652+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"139ed79d-6bf5-4d47-8fa1-4fceff4f75e0"}]': finished 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.934993+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"d294f15e-0801-4609-8757-02e8459c42af"}]: dispatch 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:11.937851+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"d294f15e-0801-4609-8757-02e8459c42af"}]': finished 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: audit 2024-01-16T05:56:12.007751+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.71:0/4005612618' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T05:56:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:13 smithi071 bash[35187]: cluster 2024-01-16T05:56:12.670807+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00469s) 2024-01-16T05:56:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "df6d77ae-b433-11ee-95ad-87774f69a715", 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-16T05:56:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 6, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-16T05:56:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-16T05:56:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-16T05:56:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-16T05:56:04.063085+0000", 2024-01-16T05:56:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-16T05:56:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-16T05:56:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:14.246 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Enabling cephadm module... 2024-01-16T05:56:14.247 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-01-16T05:56:14.247 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-01-16T05:56:14.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:14 smithi071 bash[35187]: audit 2024-01-16T05:56:12.927336+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.71:0/1622960096' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T05:56:14.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:14 smithi071 bash[35187]: cluster 2024-01-16T05:56:12.927393+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T05:56:14.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:14 smithi071 bash[35187]: audit 2024-01-16T05:56:12.930551+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-16T05:56:14.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:14 smithi071 bash[35187]: audit 2024-01-16T05:56:13.408389+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-16T05:56:14.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:14 smithi071 bash[35187]: audit 2024-01-16T05:56:13.906097+0000 mon.a (mon.0) 32 : audit [DBG] from='client.? 172.21.15.71:0/1007216123' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T05:56:15.690 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:15 smithi071 bash[35422]: ignoring --setuser ceph since I am not root 2024-01-16T05:56:15.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:15 smithi071 bash[35422]: ignoring --setgroup ceph since I am not root 2024-01-16T05:56:15.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:15 smithi071 bash[35187]: cluster 2024-01-16T05:56:14.416701+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-01-16T05:56:15.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:15 smithi071 bash[35187]: audit 2024-01-16T05:56:14.762453+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.71:0/4161974587' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T05:56:15.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-16T05:56:15.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-16T05:56:16.252 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6800", 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4157033603 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6801", 2024-01-16T05:56:16.253 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4157033603 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.71:6801/4157033603", 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-16T05:56:11.666109+0000", 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T05:56:16.254 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T05:56:16.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-16T05:56:16.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-16T05:56:16.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-16T05:56:16.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:16.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:16.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T05:56:16.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-16T05:56:16.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-16T05:56:16.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-16T05:56:16.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-16T05:56:16.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-16T05:56:16.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-16T05:56:16.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-16T05:56:16.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-16T05:56:16.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-16T05:56:16.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-16T05:56:16.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T05:56:16.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T05:56:16.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-16T05:56:16.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-16T05:56:16.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-16T05:56:16.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-16T05:56:16.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-16T05:56:16.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-16T05:56:16.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T05:56:16.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-16T05:56:16.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T05:56:16.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-16T05:56:16.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-16T05:56:16.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:16.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-16T05:56:16.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-16T05:56:16.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-16T05:56:16.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-16T05:56:16.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-16T05:56:16.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-16T05:56:16.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-16T05:56:16.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-16T05:56:16.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-16T05:56:16.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-16T05:56:16.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-16T05:56:16.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-16T05:56:16.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:16.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:16.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:16.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-16T05:56:16.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:16.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T05:56:16.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T05:56:16.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3416708512 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:16.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 90230685 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-01-16T05:56:16.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2470609171 2024-01-16T05:56:16.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:16.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:16.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:16.956 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:16 smithi071 bash[35187]: audit 2024-01-16T05:56:15.419893+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.71:0/4161974587' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T05:56:16.956 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:16 smithi071 bash[35187]: cluster 2024-01-16T05:56:15.419938+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 3s) 2024-01-16T05:56:16.956 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:16 smithi071 bash[35187]: audit 2024-01-16T05:56:16.249308+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.71:0/2860308129' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-16T05:56:16.957 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-16T05:56:16.957 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-01-16T05:56:16.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-16T05:56:16.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-16T05:56:19.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:19 smithi071 bash[35187]: cluster 2024-01-16T05:56:19.054242+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2024-01-16T05:56:19.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:19 smithi071 bash[35187]: cluster 2024-01-16T05:56:19.054643+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2024-01-16T05:56:19.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:19 smithi071 bash[35187]: cluster 2024-01-16T05:56:19.056262+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T05:56:20.122 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:20.122 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-01-16T05:56:20.122 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-16T05:56:20.122 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: cluster 2024-01-16T05:56:19.107097+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0525164s) 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.109246+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.109900+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.110011+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.110113+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.110391+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.112626+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.112870+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: cluster 2024-01-16T05:56:19.125576+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.142627+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-16T05:56:20.415 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:20 smithi071 bash[35187]: audit 2024-01-16T05:56:19.619183+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-16T05:56:20.463 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-01-16T05:56:20.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-01-16T05:56:20.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-01-16T05:56:21.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:21 smithi071 bash[35187]: cluster 2024-01-16T05:56:20.115131+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06055s) 2024-01-16T05:56:21.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:21 smithi071 bash[35187]: audit 2024-01-16T05:56:20.978558+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-01-16T05:56:21.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:21 smithi071 bash[35187]: audit 2024-01-16T05:56:20.981008+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-01-16T05:56:21.370 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Generating ssh key... 2024-01-16T05:56:21.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-01-16T05:56:21.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-01-16T05:56:22.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35187]: audit 2024-01-16T05:56:20.977443+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:22.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35187]: cluster 2024-01-16T05:56:21.981884+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-01-16T05:56:22.377 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: Generating public/private rsa key pair. 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: Your identification has been saved in /tmp/tmptoeugz0t/key. 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: Your public key has been saved in /tmp/tmptoeugz0t/key.pub. 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: The key fingerprint is: 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: SHA256:rYRR7YjNBspJSfc0B+4wMCndkzSZCM/wOhSHP62oTvE ceph-df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: The key's randomart image is: 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: +---[RSA 3072]----+ 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | +==*++=o. | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | oB*+B* o. | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | .=+++*oo | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | . .* o*=.. | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | .o. o..S . | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | +.. . . | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: | o E . | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: |o | 2024-01-16T05:56:22.378 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: |.. | 2024-01-16T05:56:22.379 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:22 smithi071 bash[35422]: +----[SHA256]-----+ 2024-01-16T05:56:22.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-01-16T05:56:22.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-01-16T05:56:22.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:23.278 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-16T05:56:23.278 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-01-16T05:56:23.279 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Adding host smithi071... 2024-01-16T05:56:23.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi071'] 2024-01-16T05:56:23.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi071 2024-01-16T05:56:23.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35187]: audit 2024-01-16T05:56:21.865052+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:23.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35187]: cephadm 2024-01-16T05:56:21.865244+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2024-01-16T05:56:23.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35187]: audit 2024-01-16T05:56:22.213994+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAyozh0BZDZW86sQKp1etextuHTyriy6jRVkftprXr4o+UDRra0uhw\njVIvl1voy51HyxTa6vAkZGV2uMJ/3JOabTX369UIUaVp5CBGa18coF/O8pQKD3/aMpvjPj\nqx0UQjWDtJlF6DsL0dr02yX2B5RS7T27qzDFA+wQbfpobCiCOESyxPsonaDqzQ5+QzXj9I\n0xrkAR5Plhz3OkJUXaegIZJpouNgx/YzqRRsB9f5pvwMQZI59Q//6L0b4JozVUMJefvhwt\nNO+p/YHPqlRnfkND6YjNe2LVtA1sTsL7S3RcKtyzdH1Pp+lsUhQ5lN/ruiQo22uuFc0BYT\nz8yxdml/H08iAEIn12vMfAMkLdLgr+GIDDOkwfGeWnjpuesSl5OZrl5oPJHbcnwoFQBmyE\nShUCynUB1ds7MjbJS5kCKRtgAPtwCRePG9rYQ1N8uXXYmD6Vpx5LkxcQcW5T03ZHw34/IB\n/2wkprWvZVnsUEo1qPWWQrYWb97dQHOniMt7pQ9dAAAFoNCcbsHQnG7BAAAAB3NzaC1yc2\nEAAAGBAMqM4dAWQ2VvOrECqdXrXsbbh08q4suo0VZH7aa16+KPlA0a2tLocI1SL5db6Mud\nR8sU2urwJGRldrjCf9yTmm019+vVCFGlaeQgRmtfHKBfzvKUCg9/2jKb4z46sdFEI1g7SZ\nReg7C9Ha9Nsl9geUUu09u6swxQPsEG36aGwogjhEssT7KJ2g6s0OfkM14/SNMa5AEeT5Yc\n9zpCVF2noCGSaaLjYMf2M6kUbAfX+ab8DEGSOfUP/+i9G+CaM1VDCXn74cLTTvqf2Bz6pU\nZ35DQ+mIzXti1bQNbE7C+0t0XCrcs3R9T6fpbFIUOZTf67okKNtrrhXNAWE8/MsXZpfx9P\nIgBCJ9drzHwDJC3S4K/hiAwzpMHxnlp46bnrEpeTma5eaDyR23J8KBUAZshEoVAsp1AdXb\nOzI2yUuZAikbYAD7cAkXjxva2ENTfLl12Jg+laceS5MXEHFuU9N2R8N+PyAf9sJKa1r2VZ\n7FBKNaj1lkK2Fm/e3UBzp4jLe6UPXQAAAAMBAAEAAAGAbtku84xbkfWPbzP/8jx/f+DAak\nkUGVToS4nNu4Cv+SuOYKWjv+zJO+4QcYsxGc2XbsKZFB4cLH2CvZZkFzkIOGBir8PEa7pU\n+y3WnAhPSE1mmkb+QoE7zpqVgIbqrZXWqgC4QeR/uYel6TxiM+Q+OehotUW1mzWHQmgama\n4CZDLbwbAcZZ8foQxev6mZmyiTGEUNJreJ4qMzgcSvGxoTfov8F9LMMmLA3vV4Mcq2q/Yg\nVvpJkZ4R9TMZQI/jK/QlEBqcf2BicI29R/1O/MLy/do0t4kIIukkukxv7t9F1L//2Bvcmb\nbshRcHJkwgtqYOCDXWfySYPHyjAAPPynSGOMvqJPaALKgJkkXrjzkFUoLUQRZJeZhHAXob\njHKZ3FnP6sZ2jwhhULcfbcUefI0K3JrgT0mELc28i4TZOsun93NwsPOn2T2GQ29DEmiAH5\nWaFvSHrlom/aZwo8PJyvSkzRwFlgaqyqGz2hTxYOi144o94j4qDX+ME8p4o7aV7YeZAAAA\nwQDjqRsQScga3Hrbw1OxeCMiYKEvlURBHg+ZY2PJSbnBZO3VPSvSJ6pYWcK3Px0lTzwiEy\nkJBY40mpgbz4Q06ls8dYbEweuY0GmD2vUlAgbZc9zRkTHSG6n7GXkI7HSUIUwD0c4LtRAZ\nvGCN8av9+e3fvebf0SqwXEUp9wL4rSYt/STG4iB5Zq5FyzHcgOGXQkSVTE8F7EGpHj9vW/\nIVint/D6eu0QPEsgfv5i3OurJcL3Mks3D+OQcN3JRCM83EIPIAAADBAOyZf/Pkio7XxWes\nkBNCp1VwcTJn5IdQZSSijlgGNzLcFUSWAUJavbB+gSZKF96KzrrSmWKmTmJu5LxhF/Rmb2\nI6xN9dxh3dj/JBbcjo/0TxYhiCgYcYCKzhf4fh/i0fbxHE2kW6AcF1whDoXjt8uofQOQSR\nq/f9V3rhWiv+q+J71QfvH6DYe+GqtE7YMdo5uCWDa7k8ji+otPm3Ko1YltZkGR4k0omkU7\nki0Fh0P9gcNeLIo+FD/q4vkh5gNc4A8wAAAMEA2yil8dgKzl2qbb0Jx3yPKXxEJgT8CFVZ\nfojnohj9TA99jxjtOe9D/XKxF7ugJK6WW7/c/6Tw7X83b8MF+Fo40/KcMNVFMcRS/bRsXk\nki2FQ92XbY6cgtwVcyauv0sG8VH4Q0D8aIKDiamZwttgaWup2iV4YhdQFA80Z5j3lQ6X2T\nblOw4LJoFxkyU5OTl9sci5cxxljeTLUWxeeut7dLj0EeGSLiW1VZIhwap+Sk1HW5a8Lu8M\n7ZWe50/OdtnEJvAAAAKWNlcGgtZGY2ZDc3YWUtYjQzMy0xMWVlLTk1YWQtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-01-16T05:56:23.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35187]: audit 2024-01-16T05:56:22.217596+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAyozh0BZDZW86sQKp1etextuHTyriy6jRVkftprXr4o+UDRra0uhw\njVIvl1voy51HyxTa6vAkZGV2uMJ/3JOabTX369UIUaVp5CBGa18coF/O8pQKD3/aMpvjPj\nqx0UQjWDtJlF6DsL0dr02yX2B5RS7T27qzDFA+wQbfpobCiCOESyxPsonaDqzQ5+QzXj9I\n0xrkAR5Plhz3OkJUXaegIZJpouNgx/YzqRRsB9f5pvwMQZI59Q//6L0b4JozVUMJefvhwt\nNO+p/YHPqlRnfkND6YjNe2LVtA1sTsL7S3RcKtyzdH1Pp+lsUhQ5lN/ruiQo22uuFc0BYT\nz8yxdml/H08iAEIn12vMfAMkLdLgr+GIDDOkwfGeWnjpuesSl5OZrl5oPJHbcnwoFQBmyE\nShUCynUB1ds7MjbJS5kCKRtgAPtwCRePG9rYQ1N8uXXYmD6Vpx5LkxcQcW5T03ZHw34/IB\n/2wkprWvZVnsUEo1qPWWQrYWb97dQHOniMt7pQ9dAAAFoNCcbsHQnG7BAAAAB3NzaC1yc2\nEAAAGBAMqM4dAWQ2VvOrECqdXrXsbbh08q4suo0VZH7aa16+KPlA0a2tLocI1SL5db6Mud\nR8sU2urwJGRldrjCf9yTmm019+vVCFGlaeQgRmtfHKBfzvKUCg9/2jKb4z46sdFEI1g7SZ\nReg7C9Ha9Nsl9geUUu09u6swxQPsEG36aGwogjhEssT7KJ2g6s0OfkM14/SNMa5AEeT5Yc\n9zpCVF2noCGSaaLjYMf2M6kUbAfX+ab8DEGSOfUP/+i9G+CaM1VDCXn74cLTTvqf2Bz6pU\nZ35DQ+mIzXti1bQNbE7C+0t0XCrcs3R9T6fpbFIUOZTf67okKNtrrhXNAWE8/MsXZpfx9P\nIgBCJ9drzHwDJC3S4K/hiAwzpMHxnlp46bnrEpeTma5eaDyR23J8KBUAZshEoVAsp1AdXb\nOzI2yUuZAikbYAD7cAkXjxva2ENTfLl12Jg+laceS5MXEHFuU9N2R8N+PyAf9sJKa1r2VZ\n7FBKNaj1lkK2Fm/e3UBzp4jLe6UPXQAAAAMBAAEAAAGAbtku84xbkfWPbzP/8jx/f+DAak\nkUGVToS4nNu4Cv+SuOYKWjv+zJO+4QcYsxGc2XbsKZFB4cLH2CvZZkFzkIOGBir8PEa7pU\n+y3WnAhPSE1mmkb+QoE7zpqVgIbqrZXWqgC4QeR/uYel6TxiM+Q+OehotUW1mzWHQmgama\n4CZDLbwbAcZZ8foQxev6mZmyiTGEUNJreJ4qMzgcSvGxoTfov8F9LMMmLA3vV4Mcq2q/Yg\nVvpJkZ4R9TMZQI/jK/QlEBqcf2BicI29R/1O/MLy/do0t4kIIukkukxv7t9F1L//2Bvcmb\nbshRcHJkwgtqYOCDXWfySYPHyjAAPPynSGOMvqJPaALKgJkkXrjzkFUoLUQRZJeZhHAXob\njHKZ3FnP6sZ2jwhhULcfbcUefI0K3JrgT0mELc28i4TZOsun93NwsPOn2T2GQ29DEmiAH5\nWaFvSHrlom/aZwo8PJyvSkzRwFlgaqyqGz2hTxYOi144o94j4qDX+ME8p4o7aV7YeZAAAA\nwQDjqRsQScga3Hrbw1OxeCMiYKEvlURBHg+ZY2PJSbnBZO3VPSvSJ6pYWcK3Px0lTzwiEy\nkJBY40mpgbz4Q06ls8dYbEweuY0GmD2vUlAgbZc9zRkTHSG6n7GXkI7HSUIUwD0c4LtRAZ\nvGCN8av9+e3fvebf0SqwXEUp9wL4rSYt/STG4iB5Zq5FyzHcgOGXQkSVTE8F7EGpHj9vW/\nIVint/D6eu0QPEsgfv5i3OurJcL3Mks3D+OQcN3JRCM83EIPIAAADBAOyZf/Pkio7XxWes\nkBNCp1VwcTJn5IdQZSSijlgGNzLcFUSWAUJavbB+gSZKF96KzrrSmWKmTmJu5LxhF/Rmb2\nI6xN9dxh3dj/JBbcjo/0TxYhiCgYcYCKzhf4fh/i0fbxHE2kW6AcF1whDoXjt8uofQOQSR\nq/f9V3rhWiv+q+J71QfvH6DYe+GqtE7YMdo5uCWDa7k8ji+otPm3Ko1YltZkGR4k0omkU7\nki0Fh0P9gcNeLIo+FD/q4vkh5gNc4A8wAAAMEA2yil8dgKzl2qbb0Jx3yPKXxEJgT8CFVZ\nfojnohj9TA99jxjtOe9D/XKxF7ugJK6WW7/c/6Tw7X83b8MF+Fo40/KcMNVFMcRS/bRsXk\nki2FQ92XbY6cgtwVcyauv0sG8VH4Q0D8aIKDiamZwttgaWup2iV4YhdQFA80Z5j3lQ6X2T\nblOw4LJoFxkyU5OTl9sci5cxxljeTLUWxeeut7dLj0EeGSLiW1VZIhwap+Sk1HW5a8Lu8M\n7ZWe50/OdtnEJvAAAAKWNlcGgtZGY2ZDc3YWUtYjQzMy0xMWVlLTk1YWQtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-01-16T05:56:23.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35187]: audit 2024-01-16T05:56:22.217875+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715\n"}]: dispatch 2024-01-16T05:56:23.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35187]: audit 2024-01-16T05:56:22.219054+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715\n"}]': finished 2024-01-16T05:56:24.122 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:23 smithi071 bash[35422]: Warning: Permanently added 'smithi071,172.21.15.71' (ECDSA) to the list of known hosts. 2024-01-16T05:56:24.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:24 smithi071 bash[35187]: audit 2024-01-16T05:56:22.947856+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:24.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi071' 2024-01-16T05:56:25.119 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Enabling the dashboard module... 2024-01-16T05:56:25.120 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-01-16T05:56:25.120 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-01-16T05:56:25.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:23.745369+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:25.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:24.213699+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:24.215556+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: cephadm 2024-01-16T05:56:24.215816+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi071 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:24.409544+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:24.411330+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:24.411813+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:25.059673+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:25.058111\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:25.059180\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:25.059252\", \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:25.061499+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:25.058111\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:25.059180\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:25.059252\", \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:56:25.375 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:25 smithi071 bash[35187]: audit 2024-01-16T05:56:25.061901+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.71:0/2364708357' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:56:26.405 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:26 smithi071 bash[35187]: audit 2024-01-16T05:56:25.733691+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.71:0/1098887058' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T05:56:26.406 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:26 smithi071 bash[35422]: ignoring --setuser ceph since I am not root 2024-01-16T05:56:26.406 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:26 smithi071 bash[35422]: ignoring --setgroup ceph since I am not root 2024-01-16T05:56:26.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-16T05:56:26.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-16T05:56:26.995 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:26.995 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6800", 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 212105192 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:26.996 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6801", 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 212105192 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.71:6801/212105192", 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-16T05:56:19.054568+0000", 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-01-16T05:56:26.997 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:26.998 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-16T05:56:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-16T05:56:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T05:56:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-16T05:56:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T05:56:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-16T05:56:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-16T05:56:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-16T05:56:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-16T05:56:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-16T05:56:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-16T05:56:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-16T05:56:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-16T05:56:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-16T05:56:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-16T05:56:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-16T05:56:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-16T05:56:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-16T05:56:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-16T05:56:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T05:56:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-16T05:56:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-16T05:56:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-16T05:56:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-16T05:56:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.579 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.580 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.581 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.582 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.584 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.585 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.586 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.587 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.588 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.589 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.590 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.591 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.592 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.593 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-16T05:56:27.594 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.595 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.596 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.597 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.598 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.599 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.600 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.601 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-16T05:56:27.602 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.603 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.604 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.605 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.606 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.607 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.608 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.609 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.610 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.611 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.612 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.613 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.614 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.616 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.617 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.618 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.619 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.620 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.621 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.622 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.623 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.624 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-16T05:56:27.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.626 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.627 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.628 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.629 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.630 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.631 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.632 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.633 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.634 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T05:56:27.635 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.636 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.637 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.638 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.639 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.640 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.641 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.643 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-16T05:56:27.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-16T05:56:27.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-16T05:56:27.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-16T05:56:27.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-16T05:56:27.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-16T05:56:27.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-16T05:56:27.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.710 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.711 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-16T05:56:27.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-16T05:56:27.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-16T05:56:27.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-16T05:56:27.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T05:56:27.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-16T05:56:27.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3202059842 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 618774029 2024-01-16T05:56:27.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1485704344 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-16T05:56:27.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:27.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:27 smithi071 bash[35187]: audit 2024-01-16T05:56:26.129132+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.71:0/1098887058' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T05:56:27.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:27 smithi071 bash[35187]: cluster 2024-01-16T05:56:26.129168+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 7s) 2024-01-16T05:56:27.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:27 smithi071 bash[35187]: audit 2024-01-16T05:56:26.992131+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.71:0/531207918' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-16T05:56:27.748 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-16T05:56:27.748 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-01-16T05:56:27.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-16T05:56:27.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-16T05:56:30.191 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:29 smithi071 bash[35422]: Warning: Permanently added 'smithi071,172.21.15.71' (ECDSA) to the list of known hosts. 2024-01-16T05:56:30.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:29 smithi071 bash[35187]: cluster 2024-01-16T05:56:29.855285+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2024-01-16T05:56:30.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:29 smithi071 bash[35187]: cluster 2024-01-16T05:56:29.855826+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2024-01-16T05:56:30.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:29 smithi071 bash[35187]: cluster 2024-01-16T05:56:29.857478+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T05:56:30.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-16T05:56:30.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-01-16T05:56:30.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-16T05:56:30.922 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: cluster 2024-01-16T05:56:29.908489+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0527717s) 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.909799+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.911449+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.911548+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.911654+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.911888+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.912351+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.912546+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.912722+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T05:56:31.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.912889+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T05:56:31.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.913056+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T05:56:31.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.913212+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T05:56:31.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: cluster 2024-01-16T05:56:29.926821+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2024-01-16T05:56:31.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:29.947660+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-16T05:56:31.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:30.434699+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-16T05:56:31.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:30 smithi071 bash[35187]: audit 2024-01-16T05:56:30.435043+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:56:32.190 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:31 smithi071 bash[35187]: cluster 2024-01-16T05:56:30.914181+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.05846s) 2024-01-16T05:56:33.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:32 smithi071 bash[35187]: cluster 2024-01-16T05:56:31.920879+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-01-16T05:56:33.701 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-01-16T05:56:33.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-01-16T05:56:33.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-01-16T05:56:34.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:33 smithi071 bash[35187]: audit 2024-01-16T05:56:33.452680+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.451955\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.452071\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:33.452180\", \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:56:34.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:33 smithi071 bash[35187]: audit 2024-01-16T05:56:33.454787+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.451955\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.452071\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:33.452180\", \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:56:34.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:33 smithi071 bash[35187]: audit 2024-01-16T05:56:33.455345+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:56:35.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-01-16T05:56:35.533 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:35 smithi071 bash[35187]: audit 2024-01-16T05:56:35.294297+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEB8pUR+QpkWFoCla1YKyAOMwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDExNjA1NTYz\nNVoXDTM0MDExMzA1NTYzNVowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsNeLB/1p\nWb6jAhbckrYzgb+Hm0Xz94mMUrdbbX0qnWV5ciHYEIGlcnGO/07B0KQ4IZjiYgzG\nzxthdHGR0GKyFD9my0+vYZOB0raD+4/iMPxgYipMmgH2Eo39HDGJ/Pr8mTL3uuwp\n/Xk1p2bufw8qofjD2dh2ytQYBEGgFT+TSB/rvJEd4RUj68D++GSi2tTeAo9ouhSE\ns/9Nf3AOzMdsuOfQEBNHK3D7PCKL4ZC0s0HaagFlSxlOce1T8ruzaQTJTnzN4jhE\n41TNSBLSwz5AaI63QGFvUvcqw+I1mC0Wi01pHTVoDDbiq595xHBhir7CQIM+6Yes\nquD0qaP8dXtDKQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/HeaXtHFBUJeG1dzM\nWPr2aRvohuTBaMaufzUCBcvgWjbHXGm88xuuJrx+otQG6FqM+SA9VZWjisG2qAdx\n92IuoDxJi7rF1VQqgmraSD/QQbPeCW0yMHfExzoaX/g0c7prZWGFS0e/Nva2OjAt\nevThzOValEOiR5Yh9us0ihYsqK2dkxiEFIhjVLifpMoehQftZtneN95Raxpk1XOD\nrKrQNBfFMg2gDmr4a70lQrXaNNSHlmsDhDdUL+8k0isPHLsRsH0lMTxsxWJ9xB56\nw52U6zbPvjwby8q3h/HtmugLoQyo80GcN0vxnP9RN7Dj75m/ErFQOGY1Y7cibTRh\negTx\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T05:56:35.533 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:35 smithi071 bash[35187]: audit 2024-01-16T05:56:35.296075+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEB8pUR+QpkWFoCla1YKyAOMwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDExNjA1NTYz\nNVoXDTM0MDExMzA1NTYzNVowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsNeLB/1p\nWb6jAhbckrYzgb+Hm0Xz94mMUrdbbX0qnWV5ciHYEIGlcnGO/07B0KQ4IZjiYgzG\nzxthdHGR0GKyFD9my0+vYZOB0raD+4/iMPxgYipMmgH2Eo39HDGJ/Pr8mTL3uuwp\n/Xk1p2bufw8qofjD2dh2ytQYBEGgFT+TSB/rvJEd4RUj68D++GSi2tTeAo9ouhSE\ns/9Nf3AOzMdsuOfQEBNHK3D7PCKL4ZC0s0HaagFlSxlOce1T8ruzaQTJTnzN4jhE\n41TNSBLSwz5AaI63QGFvUvcqw+I1mC0Wi01pHTVoDDbiq595xHBhir7CQIM+6Yes\nquD0qaP8dXtDKQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQB/HeaXtHFBUJeG1dzM\nWPr2aRvohuTBaMaufzUCBcvgWjbHXGm88xuuJrx+otQG6FqM+SA9VZWjisG2qAdx\n92IuoDxJi7rF1VQqgmraSD/QQbPeCW0yMHfExzoaX/g0c7prZWGFS0e/Nva2OjAt\nevThzOValEOiR5Yh9us0ihYsqK2dkxiEFIhjVLifpMoehQftZtneN95Raxpk1XOD\nrKrQNBfFMg2gDmr4a70lQrXaNNSHlmsDhDdUL+8k0isPHLsRsH0lMTxsxWJ9xB56\nw52U6zbPvjwby8q3h/HtmugLoQyo80GcN0vxnP9RN7Dj75m/ErFQOGY1Y7cibTRh\negTx\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T05:56:35.533 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:35 smithi071 bash[35187]: audit 2024-01-16T05:56:35.296474+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCw14sH/WlZvqMC\nFtyStjOBv4ebRfP3iYxSt1ttfSqdZXlyIdgQgaVycY7/TsHQpDghmOJiDMbPG2F0\ncZHQYrIUP2bLT69hk4HStoP7j+Iw/GBiKkyaAfYSjf0cMYn8+vyZMve67Cn9eTWn\nZu5/Dyqh+MPZ2HbK1BgEQaAVP5NIH+u8kR3hFSPrwP74ZKLa1N4Cj2i6FISz/01/\ncA7Mx2y459AQE0crcPs8IovhkLSzQdpqAWVLGU5x7VPyu7NpBMlOfM3iOETjVM1I\nEtLDPkBojrdAYW9S9yrD4jWYLRaLTWkdNWgMNuKrn3nEcGGKvsJAgz7ph6yq4PSp\no/x1e0MpAgMBAAECggEAdaMsrWf5yOVz8lPa7w2dPdZ3Eud531T0r6GhhDgbPRDf\ntPimjnRv5q17/oIZk/1qCY92KNtu9R61uYxC/2hoJef3LZAYjsRdPBqFubaBNSzt\nwN96jYh4dOdXVIXv0QX1OsQY35Nya1dSRcXHKWahaZXeUvAYNdzZDRvKrdfY1cSr\nKcESwyigtAHFiemnBZaByXSljPmR5SLoAw6O9UHNDfdLeMxjByDtJokbSpD/wvL6\nZesUUqK/wyKRueFimkNajTt8tA1fzg7u+j8mm03Gy+cYukINVCmjB/RukWyv3w/z\nYYCQIlYiTcRxoWcUl41wV9O4d1tirNd9SWpl/qtmAQKBgQDWdosBKAZXeLmDX1Q0\nF436I2SCZKpveXjeagd1L8av8281IluHsgum2h6TxzC/foI8QcSbwBUQIguHPVDo\n7gfLgcvKcnaDxO6i15F5Gmy1NWW5bLRXdUzZWgQ8rU2fPldoY0NgL1NgYq3jEAsd\nxHno/9cS9oUHHl0I/PLLFTIbOQKBgQDTF64NGguC1T4/qEoXV+0M+gYlb/wj8KA9\nrQ7c0I4xxLepv8x9PWIcLaWI+zo+y6U1fNV+4wh1DWtvwy/DA1+1VZ3n7zFTOEpr\nftIZK11hnZMtyD6VL9t14bVAi9HbzxZzDy9lcnMQ9Dp6CbmHheYY2g0nTdE9GDws\nr2UqFqQ3cQKBgHyUhA755yUs1ecAm3NfM3RY1uv/+hmjYJki0o46YJqZOMKO4Mik\nnqwgDJ8fmKvEm3bRZZpsLFAg1r2K2tNUYmbPUUia0UmePlmOC81jkj55dEwQX3pm\ng2vHJKryqSKWHkRfVSYsl6xn5kb+bNav6Xl2FMPJPGF0O+satRdPirnRAoGAYOjD\nIAKv/C13uXPCJ/tWuZljDvbdU4aZmhcD9r3MOe7svoJuF6UBkJwoHb3wXHnTa73W\nqb0C2fICO7npCGdZHf+jUaJPC7yQ9c6wF5v/79uOgPsoOAdTgkfPlUVbX8Uvsjzr\nbnBfgQ4Odo5WXXBMVWZtmXixMZIZtg4DrJHebBECgYAoF6JXortaGhHGTgEoR/aT\njZ0WVg6wcdq6hkkju+IsUI70TDNOKJIA/GHTHdiThQ7q/sNX+Klb3Ik5DqV6lvSj\n/0bt00FNtzRB4v7vndgS5hFI+xall1wo5MpxqU7ZaUFcZEimsYJ9ktAvL5g7Kh8y\nO6uNzY25F4cfBcXDvWKRYQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T05:56:35.533 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:35 smithi071 bash[35187]: audit 2024-01-16T05:56:35.297825+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCw14sH/WlZvqMC\nFtyStjOBv4ebRfP3iYxSt1ttfSqdZXlyIdgQgaVycY7/TsHQpDghmOJiDMbPG2F0\ncZHQYrIUP2bLT69hk4HStoP7j+Iw/GBiKkyaAfYSjf0cMYn8+vyZMve67Cn9eTWn\nZu5/Dyqh+MPZ2HbK1BgEQaAVP5NIH+u8kR3hFSPrwP74ZKLa1N4Cj2i6FISz/01/\ncA7Mx2y459AQE0crcPs8IovhkLSzQdpqAWVLGU5x7VPyu7NpBMlOfM3iOETjVM1I\nEtLDPkBojrdAYW9S9yrD4jWYLRaLTWkdNWgMNuKrn3nEcGGKvsJAgz7ph6yq4PSp\no/x1e0MpAgMBAAECggEAdaMsrWf5yOVz8lPa7w2dPdZ3Eud531T0r6GhhDgbPRDf\ntPimjnRv5q17/oIZk/1qCY92KNtu9R61uYxC/2hoJef3LZAYjsRdPBqFubaBNSzt\nwN96jYh4dOdXVIXv0QX1OsQY35Nya1dSRcXHKWahaZXeUvAYNdzZDRvKrdfY1cSr\nKcESwyigtAHFiemnBZaByXSljPmR5SLoAw6O9UHNDfdLeMxjByDtJokbSpD/wvL6\nZesUUqK/wyKRueFimkNajTt8tA1fzg7u+j8mm03Gy+cYukINVCmjB/RukWyv3w/z\nYYCQIlYiTcRxoWcUl41wV9O4d1tirNd9SWpl/qtmAQKBgQDWdosBKAZXeLmDX1Q0\nF436I2SCZKpveXjeagd1L8av8281IluHsgum2h6TxzC/foI8QcSbwBUQIguHPVDo\n7gfLgcvKcnaDxO6i15F5Gmy1NWW5bLRXdUzZWgQ8rU2fPldoY0NgL1NgYq3jEAsd\nxHno/9cS9oUHHl0I/PLLFTIbOQKBgQDTF64NGguC1T4/qEoXV+0M+gYlb/wj8KA9\nrQ7c0I4xxLepv8x9PWIcLaWI+zo+y6U1fNV+4wh1DWtvwy/DA1+1VZ3n7zFTOEpr\nftIZK11hnZMtyD6VL9t14bVAi9HbzxZzDy9lcnMQ9Dp6CbmHheYY2g0nTdE9GDws\nr2UqFqQ3cQKBgHyUhA755yUs1ecAm3NfM3RY1uv/+hmjYJki0o46YJqZOMKO4Mik\nnqwgDJ8fmKvEm3bRZZpsLFAg1r2K2tNUYmbPUUia0UmePlmOC81jkj55dEwQX3pm\ng2vHJKryqSKWHkRfVSYsl6xn5kb+bNav6Xl2FMPJPGF0O+satRdPirnRAoGAYOjD\nIAKv/C13uXPCJ/tWuZljDvbdU4aZmhcD9r3MOe7svoJuF6UBkJwoHb3wXHnTa73W\nqb0C2fICO7npCGdZHf+jUaJPC7yQ9c6wF5v/79uOgPsoOAdTgkfPlUVbX8Uvsjzr\nbnBfgQ4Odo5WXXBMVWZtmXixMZIZtg4DrJHebBECgYAoF6JXortaGhHGTgEoR/aT\njZ0WVg6wcdq6hkkju+IsUI70TDNOKJIA/GHTHdiThQ7q/sNX+Klb3Ik5DqV6lvSj\n/0bt00FNtzRB4v7vndgS5hFI+xall1wo5MpxqU7ZaUFcZEimsYJ9ktAvL5g7Kh8y\nO6uNzY25F4cfBcXDvWKRYQ==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T05:56:35.717 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating initial admin user... 2024-01-16T05:56:35.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'gzkwp7qc2n', 'administrator', '--force-password', '--pwd-update-required'] 2024-01-16T05:56:35.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin gzkwp7qc2n administrator --force-password --pwd-update-required 2024-01-16T05:56:36.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:36 smithi071 bash[35187]: audit 2024-01-16T05:56:35.254970+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:36.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$KKEZgRKeO1OiqRoNgPK7I.FLQLg8vetSKG7ONO58lWBv06AHJwvfi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705384596, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T05:56:36.866 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Fetching dashboard port number... 2024-01-16T05:56:36.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2024-01-16T05:56:36.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptm96mr8_:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpf1eos6bz:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2024-01-16T05:56:37.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-01-16T05:56:37.613 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:36.215130+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "gzkwp7qc2n", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:37.613 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:36.439956+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$KKEZgRKeO1OiqRoNgPK7I.FLQLg8vetSKG7ONO58lWBv06AHJwvfi\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705384596, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-01-16T05:56:37.613 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:36.442343+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$KKEZgRKeO1OiqRoNgPK7I.FLQLg8vetSKG7ONO58lWBv06AHJwvfi\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705384596, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-01-16T05:56:37.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:36.697358+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:56:37.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:36.885703+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.451955\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.452071\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:33.452180\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:56:37.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:36.888953+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.451955\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.452071\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:33.452180\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:56:37.614 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:37 smithi071 bash[35187]: audit 2024-01-16T05:56:37.330705+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.71:0/3734998941' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: Password: gzkwp7qc2n 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.678 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Bootstrap complete. 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Releasing lock 140459757488280 on /run/cephadm/df6d77ae-b433-11ee-95ad-87774f69a715.lock 2024-01-16T05:56:37.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Lock 140459757488280 released on /run/cephadm/df6d77ae-b433-11ee-95ad-87774f69a715.lock 2024-01-16T05:56:37.703 INFO:tasks.cephadm:Fetching config... 2024-01-16T05:56:37.704 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:56:37.704 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T05:56:37.721 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T05:56:37.721 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:56:37.721 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T05:56:37.779 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T05:56:37.779 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:56:37.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/mon.a/keyring of=/dev/stdout 2024-01-16T05:56:37.845 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T05:56:37.845 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:56:37.845 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T05:56:37.903 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T05:56:37.904 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T05:56:37.980 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:37.990 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T05:56:38.036 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDKjOHQFkNlbzqxAqnV617G24dPKuLLqNFWR+2mtevij5QNGtrS6HCNUi+XW+jLnUfLFNrq8CRkZXa4wn/ck5ptNffr1QhRpWnkIEZrXxygX87ylAoPf9oym+M+OrHRRCNYO0mUXoOwvR2vTbJfYHlFLtPburMMUD7BBt+mhsKII4RLLE+yidoOrNDn5DNeP0jTGuQBHk+WHPc6QlRdp6Ahkmmi42DH9jOpFGwH1/mm/AxBkjn1D//ovRvgmjNVQwl5++HC0076n9gc+qVGd+Q0PpiM17YtW0DWxOwvtLdFwq3LN0fU+n6WxSFDmU3+u6JCjba64VzQFhPPzLF2aX8fTyIAQifXa8x8AyQt0uCv4YgMM6TB8Z5aeOm56xKXk5muXmg8kdtyfCgVAGbIRKFQLKdQHV2zsyNslLmQIpG2AA+3AJF48b2thDU3y5ddiYPpWnHkuTFxBxblPTdkfDfj8gH/bCSmta9lWexQSjWo9ZZCthZv3t1Ac6eIy3ulD10= ceph-df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:56:38.048 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi134 2024-01-16T05:56:38.048 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:56:38.049 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.conf 2024-01-16T05:56:38.068 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:56:38.068 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T05:56:38.129 INFO:tasks.cephadm:Adding host smithi134 to orchestrator... 2024-01-16T05:56:38.129 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch host add smithi134 2024-01-16T05:56:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:42 smithi071 bash[35187]: cluster 2024-01-16T05:56:41.981088+0000 mon.a (mon.0) 106 : cluster [DBG] mgrmap e13: y(active, since 12s) 2024-01-16T05:56:51.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:50 smithi071 bash[35187]: cluster 2024-01-16T05:56:49.911933+0000 mgr.y (mgr.14142) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:56:53.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:53 smithi071 bash[35187]: cluster 2024-01-16T05:56:51.912254+0000 mgr.y (mgr.14142) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:56:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:55 smithi071 bash[35187]: cluster 2024-01-16T05:56:53.912658+0000 mgr.y (mgr.14142) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:56:57.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:57 smithi071 bash[35187]: cluster 2024-01-16T05:56:55.912945+0000 mgr.y (mgr.14142) 6 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:56:58.190 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 05:56:57 smithi071 bash[35422]: Warning: Permanently added 'smithi134,172.21.15.134' (ECDSA) to the list of known hosts. 2024-01-16T05:56:58.832 INFO:teuthology.orchestra.run.smithi134.stdout:Added host 'smithi134' 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:57.830155+0000 mgr.y (mgr.14142) 7 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: cluster 2024-01-16T05:56:57.913465+0000 mgr.y (mgr.14142) 8 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.302962+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.305141+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.500537+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.502350+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.503092+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.674755+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:58.674409\", \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.676503+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:58.674409\", \"networks\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:56:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:56:59 smithi071 bash[35187]: audit 2024-01-16T05:56:58.677128+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:56:59.443 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T05:57:00.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:00 smithi071 bash[35187]: cephadm 2024-01-16T05:56:58.305528+0000 mgr.y (mgr.14142) 9 : cephadm [INF] Added host smithi134 2024-01-16T05:57:00.805 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:57:00.805 INFO:teuthology.orchestra.run.smithi134.stdout:[{"addr": "smithi071", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "smithi134", "hostname": "smithi134", "labels": [], "status": ""}] 2024-01-16T05:57:01.440 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T05:57:01.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-16T05:57:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:01 smithi071 bash[35187]: cluster 2024-01-16T05:56:59.913767+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:02.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:02 smithi071 bash[35187]: audit 2024-01-16T05:57:00.805100+0000 mgr.y (mgr.14142) 11 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T05:57:02.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:02 smithi071 bash[35187]: audit 2024-01-16T05:57:01.481119+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:02.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:02 smithi071 bash[35187]: audit 2024-01-16T05:57:01.657825+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:58.674409\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:02.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:02 smithi071 bash[35187]: audit 2024-01-16T05:57:01.660076+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-16T05:56:58.674409\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:03.020 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-01-16T05:57:03.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:03 smithi071 bash[35187]: cluster 2024-01-16T05:57:01.914072+0000 mgr.y (mgr.14142) 12 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:03.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:03 smithi071 bash[35187]: audit 2024-01-16T05:57:02.594566+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.71:0/3665201171' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T05:57:03.374 INFO:tasks.cephadm:Adding mon.c on smithi071 2024-01-16T05:57:03.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add mon 'smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c' 2024-01-16T05:57:04.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:04 smithi071 bash[35187]: audit 2024-01-16T05:57:03.018732+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.71:0/3665201171' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T05:57:04.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:04 smithi071 bash[35187]: cluster 2024-01-16T05:57:03.018785+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T05:57:05.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:05 smithi071 bash[35187]: cluster 2024-01-16T05:57:03.914425+0000 mgr.y (mgr.14142) 13 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:05.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:05 smithi071 bash[35187]: audit 2024-01-16T05:57:04.493164+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T05:57:05.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:05 smithi071 bash[35187]: audit 2024-01-16T05:57:04.493745+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:05.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:05 smithi071 bash[35187]: audit 2024-01-16T05:57:04.494354+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-01-16T05:57:06.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:06 smithi071 bash[35187]: audit 2024-01-16T05:57:04.491646+0000 mgr.y (mgr.14142) 14 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:06.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:06 smithi071 bash[35187]: cephadm 2024-01-16T05:57:04.494124+0000 mgr.y (mgr.14142) 15 : cephadm [INF] Deploying daemon mon.c on smithi071 2024-01-16T05:57:06.494 INFO:teuthology.orchestra.run.smithi071.stdout:Deployed mon.c on host 'smithi071' 2024-01-16T05:57:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:07 smithi071 bash[35187]: cluster 2024-01-16T05:57:05.914751+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:07 smithi071 bash[35187]: audit 2024-01-16T05:57:06.298941+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.451955\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.452071\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:07 smithi071 bash[35187]: audit 2024-01-16T05:57:06.299258+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:07 smithi071 bash[35187]: audit 2024-01-16T05:57:06.303268+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.451955\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:56:33.452071\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:09.383 DEBUG:teuthology.orchestra.run.smithi071:mon.c> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.c.service 2024-01-16T05:57:09.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T05:57:09.386 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T05:57:09.420 INFO:journalctl@ceph.mon.c.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:57:12.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:07.545850+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:12.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:07.915132+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:12.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:09.544405+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T05:57:12.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:07.545850+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:12.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:07.915132+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:12.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:09.544405+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T05:57:12.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: audit 2024-01-16T05:57:09.640734+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639947\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_daemon_update\": \"2024-01-16T05:57:09.640043\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:12.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:09.915396+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:11.915798+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:12.575363+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:12.586005+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:12.586087+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:12.586116+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:12.586307+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: audit 2024-01-16T05:57:09.640734+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639947\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_daemon_update\": \"2024-01-16T05:57:09.640043\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:09.915396+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:11.915798+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:12.575363+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-16T05:57:12.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:12.586005+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:12.586087+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:12.586116+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:12.586307+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 42s) 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: audit 2024-01-16T05:57:12.589444+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639947\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_daemon_update\": \"2024-01-16T05:57:09.640043\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: cluster 2024-01-16T05:57:12.596182+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[38584]: audit 2024-01-16T05:57:12.601863+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639947\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_daemon_update\": \"2024-01-16T05:57:09.640043\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: audit 2024-01-16T05:57:12.589444+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639947\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_daemon_update\": \"2024-01-16T05:57:09.640043\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: cluster 2024-01-16T05:57:12.596182+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-16T05:57:12.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:12 smithi071 bash[35187]: audit 2024-01-16T05:57:12.601863+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639947\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}}, \"last_daemon_update\": \"2024-01-16T05:57:09.640043\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:13.103 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:57:13.103 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":2,"fsid":"df6d77ae-b433-11ee-95ad-87774f69a715","modified":"2024-01-16T05:57:07.543783Z","created":"2024-01-16T05:56:02.261902Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3301","nonce":0},{"type":"v1","addr":"172.21.15.71:6790","nonce":0}]},"addr":"172.21.15.71:6790/0","public_addr":"172.21.15.71:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-16T05:57:13.104 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 2 2024-01-16T05:57:13.446 INFO:tasks.cephadm:Adding mon.b on smithi134 2024-01-16T05:57:13.446 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add mon smithi134:172.21.15.134=b 2024-01-16T05:57:13.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:13 smithi071 bash[35187]: audit 2024-01-16T05:57:13.104718+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.71:0/292515036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T05:57:13.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:13 smithi071 bash[38584]: audit 2024-01-16T05:57:13.104718+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.71:0/292515036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[38584]: cluster 2024-01-16T05:57:13.916090+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[38584]: audit 2024-01-16T05:57:14.644174+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[38584]: audit 2024-01-16T05:57:14.645057+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[38584]: audit 2024-01-16T05:57:14.645972+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[35187]: cluster 2024-01-16T05:57:13.916090+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[35187]: audit 2024-01-16T05:57:14.644174+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[35187]: audit 2024-01-16T05:57:14.645057+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:14.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:14 smithi071 bash[35187]: audit 2024-01-16T05:57:14.645972+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-16T05:57:15.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:15 smithi071 bash[38584]: audit 2024-01-16T05:57:14.642755+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi134:172.21.15.134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:15.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:15 smithi071 bash[38584]: cephadm 2024-01-16T05:57:14.645620+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Deploying daemon mon.b on smithi134 2024-01-16T05:57:15.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:15 smithi071 bash[35187]: audit 2024-01-16T05:57:14.642755+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi134:172.21.15.134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:15.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:15 smithi071 bash[35187]: cephadm 2024-01-16T05:57:14.645620+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Deploying daemon mon.b on smithi134 2024-01-16T05:57:16.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:16 smithi071 bash[35187]: cluster 2024-01-16T05:57:15.916312+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:16.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:16 smithi071 bash[38584]: cluster 2024-01-16T05:57:15.916312+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:17.646 INFO:teuthology.orchestra.run.smithi134.stdout:Deployed mon.b on host 'smithi134' 2024-01-16T05:57:18.029 DEBUG:teuthology.orchestra.run.smithi134:mon.b> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.b.service 2024-01-16T05:57:18.032 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-01-16T05:57:18.032 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T05:57:18.061 INFO:journalctl@ceph.mon.b.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:57:22.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:17.248107+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:22.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:17.249202+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T05:57:22.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: audit 2024-01-16T05:57:17.588355+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:22.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:17.916550+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:19.245124+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:19.916872+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:21.917209+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.251422+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:17.248107+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:17.249202+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: audit 2024-01-16T05:57:17.588355+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:17.916550+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:19.245124+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-16T05:57:22.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:19.916872+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:21.917209+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.251422+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.264152+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.268519+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.268566+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.268592+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.268792+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: audit 2024-01-16T05:57:22.269329+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: cluster 2024-01-16T05:57:22.272936+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-16T05:57:22.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[35187]: audit 2024-01-16T05:57:22.277627+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.264152+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.268519+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.268566+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.268592+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.268792+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: audit 2024-01-16T05:57:22.269329+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: cluster 2024-01-16T05:57:22.272936+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-16T05:57:22.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:22 smithi071 bash[38584]: audit 2024-01-16T05:57:22.277627+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:17.248107+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:17.249202+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: audit 2024-01-16T05:57:17.588355+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:17.916550+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:19.245124+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:19.916872+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:21.917209+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.251422+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.264152+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.268519+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.268566+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.268592+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.268792+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: audit 2024-01-16T05:57:22.269329+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: cluster 2024-01-16T05:57:22.272936+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-16T05:57:22.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:22 smithi134 bash[35280]: audit 2024-01-16T05:57:22.277627+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}}, \"last_daemon_update\": \"2024-01-16T05:57:17.587852\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:23.302 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-01-16T05:57:23.302 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":3,"fsid":"df6d77ae-b433-11ee-95ad-87774f69a715","modified":"2024-01-16T05:57:17.244371Z","created":"2024-01-16T05:56:02.261902Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3301","nonce":0},{"type":"v1","addr":"172.21.15.71:6790","nonce":0}]},"addr":"172.21.15.71:6790/0","public_addr":"172.21.15.71:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-01-16T05:57:23.303 INFO:teuthology.orchestra.run.smithi134.stderr:dumped monmap epoch 3 2024-01-16T05:57:23.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:23 smithi134 bash[35280]: audit 2024-01-16T05:57:23.302694+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.134:0/4233559006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T05:57:23.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:23 smithi071 bash[35187]: audit 2024-01-16T05:57:23.302694+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.134:0/4233559006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T05:57:23.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:23 smithi071 bash[38584]: audit 2024-01-16T05:57:23.302694+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.134:0/4233559006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T05:57:24.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:24 smithi134 bash[35280]: cluster 2024-01-16T05:57:23.917574+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:24.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:24 smithi071 bash[35187]: cluster 2024-01-16T05:57:23.917574+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:24.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:24 smithi071 bash[38584]: cluster 2024-01-16T05:57:23.917574+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:25.239 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-16T05:57:25.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph config generate-minimal-conf 2024-01-16T05:57:26.416 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:57:26.416 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-01-16T05:57:26.416 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T05:57:26.416 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] 2024-01-16T05:57:26.791 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-16T05:57:26.791 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:57:26.792 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T05:57:26.820 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:57:26.821 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T05:57:26.887 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:57:26.888 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T05:57:26.938 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:57:26.938 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T05:57:27.046 INFO:tasks.cephadm:Adding mgr.y on smithi071 2024-01-16T05:57:27.046 INFO:tasks.cephadm:Adding mgr.x on smithi134 2024-01-16T05:57:27.047 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch apply mgr '2;smithi071=y;smithi134=x' 2024-01-16T05:57:27.190 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:26 smithi071 bash[35187]: cluster 2024-01-16T05:57:25.917859+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:27.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:26 smithi071 bash[35187]: audit 2024-01-16T05:57:26.416692+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.71:0/3524926145' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:27.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:26 smithi071 bash[38584]: cluster 2024-01-16T05:57:25.917859+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:27.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:26 smithi071 bash[38584]: audit 2024-01-16T05:57:26.416692+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.71:0/3524926145' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:27.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:26 smithi134 bash[35280]: cluster 2024-01-16T05:57:25.917859+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:27.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:26 smithi134 bash[35280]: audit 2024-01-16T05:57:26.416692+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.71:0/3524926145' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:29.038 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:29 smithi134 bash[35280]: cluster 2024-01-16T05:57:27.918191+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:29 smithi071 bash[35187]: cluster 2024-01-16T05:57:27.918191+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:29 smithi071 bash[38584]: cluster 2024-01-16T05:57:27.918191+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:30.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:30 smithi134 bash[35280]: cluster 2024-01-16T05:57:30.009104+0000 mon.a (mon.0) 157 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-16T05:57:30.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:30 smithi071 bash[35187]: cluster 2024-01-16T05:57:30.009104+0000 mon.a (mon.0) 157 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-16T05:57:30.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:30 smithi071 bash[38584]: cluster 2024-01-16T05:57:30.009104+0000 mon.a (mon.0) 157 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-16T05:57:31.159 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled mgr update... 2024-01-16T05:57:31.329 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:31 smithi134 bash[35280]: cluster 2024-01-16T05:57:29.918614+0000 mgr.y (mgr.14142) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:31.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:31 smithi071 bash[35187]: cluster 2024-01-16T05:57:29.918614+0000 mgr.y (mgr.14142) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:31.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:31 smithi071 bash[38584]: cluster 2024-01-16T05:57:29.918614+0000 mgr.y (mgr.14142) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:31.578 DEBUG:teuthology.orchestra.run.smithi134:mgr.x> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service 2024-01-16T05:57:31.580 INFO:tasks.cephadm:Deploying OSDs... 2024-01-16T05:57:31.580 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:57:31.580 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T05:57:31.602 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T05:57:31.603 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-01-16T05:57:31.610 INFO:journalctl@ceph.mgr.x.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:57:31.664 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T05:57:31.664 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 161302 Links: 1 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-16 05:57:06.194812566 +0000 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-16 05:50:19.841446920 +0000 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-16 05:50:19.841446920 +0000 2024-01-16T05:57:31.665 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-16T05:57:31.665 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T05:57:31.735 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-16T05:57:31.735 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-16T05:57:31.735 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000272014 s, 1.9 MB/s 2024-01-16T05:57:31.736 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T05:57:31.799 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-01-16T05:57:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T05:57:31.859 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:31.859 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 161358 Links: 1 2024-01-16T05:57:31.860 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:31.860 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:31.860 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-16 05:57:06.194812566 +0000 2024-01-16T05:57:31.860 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-16 05:50:20.175440943 +0000 2024-01-16T05:57:31.860 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-16 05:50:20.175440943 +0000 2024-01-16T05:57:31.860 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-16T05:57:31.860 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T05:57:31.928 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-16T05:57:31.928 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-16T05:57:31.928 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.00023087 s, 2.2 MB/s 2024-01-16T05:57:31.929 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T05:57:31.990 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 166147 Links: 1 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-16 05:57:06.194812566 +0000 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-16 05:50:20.517434823 +0000 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-16 05:50:20.517434823 +0000 2024-01-16T05:57:32.049 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-16T05:57:32.050 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T05:57:32.120 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-16T05:57:32.120 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-16T05:57:32.120 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000195693 s, 2.6 MB/s 2024-01-16T05:57:32.121 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T05:57:32.181 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-01-16T05:57:32.241 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T05:57:32.241 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:32.241 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 161439 Links: 1 2024-01-16T05:57:32.241 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:32.241 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:32.242 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-16 05:57:06.194812566 +0000 2024-01-16T05:57:32.242 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-16 05:50:20.850428863 +0000 2024-01-16T05:57:32.242 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-16 05:50:20.850428863 +0000 2024-01-16T05:57:32.242 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-16T05:57:32.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T05:57:32.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.155268+0000 mgr.y (mgr.14142) 31 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi134=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:32.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: cephadm 2024-01-16T05:57:31.155946+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi134=x 2024-01-16T05:57:32.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.156291+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T05:57:31.155964\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-16T05:57:32.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.158518+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T05:57:31.155964\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-16T05:57:32.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.159946+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T05:57:32.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.164340+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T05:57:32.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.165119+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:32.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: cephadm 2024-01-16T05:57:31.165776+0000 mgr.y (mgr.14142) 33 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T05:57:32.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:32 smithi134 bash[35280]: audit 2024-01-16T05:57:31.166243+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T05:57:32.306 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-16T05:57:32.307 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-16T05:57:32.307 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000209174 s, 2.4 MB/s 2024-01-16T05:57:32.308 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T05:57:32.366 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:57:32.366 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T05:57:32.386 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T05:57:32.386 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-01-16T05:57:32.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.155268+0000 mgr.y (mgr.14142) 31 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi134=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: cephadm 2024-01-16T05:57:31.155946+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi134=x 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.156291+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T05:57:31.155964\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.158518+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T05:57:31.155964\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.159946+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.164340+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.165119+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: cephadm 2024-01-16T05:57:31.165776+0000 mgr.y (mgr.14142) 33 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[35187]: audit 2024-01-16T05:57:31.166243+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T05:57:32.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.155268+0000 mgr.y (mgr.14142) 31 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi134=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: cephadm 2024-01-16T05:57:31.155946+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi134=x 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.156291+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T05:57:31.155964\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.158518+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-16T05:57:31.155964\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.159946+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.164340+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.165119+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: cephadm 2024-01-16T05:57:31.165776+0000 mgr.y (mgr.14142) 33 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T05:57:32.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:32 smithi071 bash[38584]: audit 2024-01-16T05:57:31.166243+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 160492 Links: 1 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-16 05:57:32.344707244 +0000 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-16 05:50:41.711225272 +0000 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-16 05:50:41.711225272 +0000 2024-01-16T05:57:32.445 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-16T05:57:32.445 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T05:57:32.516 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-16T05:57:32.516 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-16T05:57:32.516 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000186664 s, 2.7 MB/s 2024-01-16T05:57:32.517 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T05:57:32.572 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 05:57:32 smithi134 podman[36026]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x" found: no such container 2024-01-16T05:57:32.573 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 05:57:32 smithi134 systemd[1]: Started Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:57:32.575 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 165945 Links: 1 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-16 05:57:32.344707244 +0000 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-16 05:50:42.071216654 +0000 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-16 05:50:42.071216654 +0000 2024-01-16T05:57:32.634 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-16T05:57:32.635 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T05:57:32.706 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-16T05:57:32.706 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-16T05:57:32.706 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000202002 s, 2.5 MB/s 2024-01-16T05:57:32.707 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T05:57:32.766 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-01-16T05:57:32.825 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 163098 Links: 1 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-16 05:57:32.344707244 +0000 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-16 05:50:42.412208492 +0000 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-16 05:50:42.412208492 +0000 2024-01-16T05:57:32.826 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-16T05:57:32.826 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T05:57:32.892 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-16T05:57:32.892 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-16T05:57:32.892 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000186459 s, 2.7 MB/s 2024-01-16T05:57:32.893 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T05:57:32.951 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 160603 Links: 1 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-01-16 05:57:32.344707244 +0000 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-01-16 05:50:42.737200712 +0000 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-01-16 05:50:42.737200712 +0000 2024-01-16T05:57:33.010 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-01-16T05:57:33.011 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T05:57:33.077 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-01-16T05:57:33.077 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-01-16T05:57:33.077 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00024492 s, 2.1 MB/s 2024-01-16T05:57:33.078 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T05:57:33.137 INFO:tasks.cephadm:Deploying osd.0 on smithi071 with /dev/vg_nvme/lv_4... 2024-01-16T05:57:33.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: cluster 2024-01-16T05:57:31.918912+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:32.452382+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:32.454734+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:32.455207+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:33.066570+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_daemon_update\": \"2024-01-16T05:57:33.066123\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:33.069102+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_daemon_update\": \"2024-01-16T05:57:33.066123\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:33.070187+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-16T05:57:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:33.070744+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:33 smithi134 bash[35280]: audit 2024-01-16T05:57:33.071457+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-16T05:57:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: cluster 2024-01-16T05:57:31.918912+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:32.452382+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: cluster 2024-01-16T05:57:31.918912+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:32.452382+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:33.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:32.454734+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:33.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:32.455207+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:33.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:32.454734+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:17.587717\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:33.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:32.455207+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:33.066570+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_daemon_update\": \"2024-01-16T05:57:33.066123\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:33.069102+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_daemon_update\": \"2024-01-16T05:57:33.066123\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:33.070187+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:33.070744+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[35187]: audit 2024-01-16T05:57:33.071457+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:33.066570+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_daemon_update\": \"2024-01-16T05:57:33.066123\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:57:33.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:33.069102+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}}, \"last_daemon_update\": \"2024-01-16T05:57:33.066123\", \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:57:33.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:33.070187+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-16T05:57:33.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:33.070744+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:33.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:33 smithi071 bash[38584]: audit 2024-01-16T05:57:33.071457+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-16T05:57:34.280 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:34 smithi071 bash[38584]: cephadm 2024-01-16T05:57:33.069985+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-16T05:57:34.280 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:34 smithi071 bash[38584]: cephadm 2024-01-16T05:57:33.071147+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-01-16T05:57:34.280 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:34 smithi071 bash[35187]: cephadm 2024-01-16T05:57:33.069985+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-16T05:57:34.280 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:34 smithi071 bash[35187]: cephadm 2024-01-16T05:57:33.071147+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-01-16T05:57:34.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:34 smithi134 bash[35280]: cephadm 2024-01-16T05:57:33.069985+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-16T05:57:34.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:34 smithi134 bash[35280]: cephadm 2024-01-16T05:57:33.071147+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-01-16T05:57:34.704 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-16T05:57:34.704 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-16T05:57:34.704 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-01-16T05:57:34.704 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-01-16T05:57:34.704 INFO:teuthology.orchestra.run.smithi071.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170716 s, 614 MB/s 2024-01-16T05:57:34.704 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-01-16T05:57:35.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-01-16T05:57:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[35187]: cluster 2024-01-16T05:57:33.919344+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[35187]: audit 2024-01-16T05:57:34.178387+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[38584]: cluster 2024-01-16T05:57:33.919344+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:35.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[38584]: audit 2024-01-16T05:57:34.178387+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:35.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[35187]: audit 2024-01-16T05:57:34.180513+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:35.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[35187]: audit 2024-01-16T05:57:34.181095+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:35.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[35187]: audit 2024-01-16T05:57:34.827562+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_daemon_update\": \"2024-01-16T05:57:34.827038\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:35.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[35187]: audit 2024-01-16T05:57:34.829968+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_daemon_update\": \"2024-01-16T05:57:34.827038\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:35.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[38584]: audit 2024-01-16T05:57:34.180513+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:35.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[38584]: audit 2024-01-16T05:57:34.181095+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:35.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[38584]: audit 2024-01-16T05:57:34.827562+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_daemon_update\": \"2024-01-16T05:57:34.827038\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:35.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:35 smithi071 bash[38584]: audit 2024-01-16T05:57:34.829968+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_daemon_update\": \"2024-01-16T05:57:34.827038\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:35.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:35 smithi134 bash[35280]: cluster 2024-01-16T05:57:33.919344+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:35.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:35 smithi134 bash[35280]: audit 2024-01-16T05:57:34.178387+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:35.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:35 smithi134 bash[35280]: audit 2024-01-16T05:57:34.180513+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639857\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:09.639979\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:35.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:35 smithi134 bash[35280]: audit 2024-01-16T05:57:34.181095+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:35.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:35 smithi134 bash[35280]: audit 2024-01-16T05:57:34.827562+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_daemon_update\": \"2024-01-16T05:57:34.827038\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:35.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:35 smithi134 bash[35280]: audit 2024-01-16T05:57:34.829968+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}}, \"last_daemon_update\": \"2024-01-16T05:57:34.827038\", \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:36.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:36 smithi071 bash[35187]: cluster 2024-01-16T05:57:35.919610+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:36.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:36 smithi071 bash[38584]: cluster 2024-01-16T05:57:35.919610+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:36.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:36 smithi134 bash[35280]: cluster 2024-01-16T05:57:35.919610+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: audit 2024-01-16T05:57:36.235807+0000 mgr.y (mgr.14142) 39 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: cephadm 2024-01-16T05:57:36.236618+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: audit 2024-01-16T05:57:36.236840+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: audit 2024-01-16T05:57:36.237340+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: audit 2024-01-16T05:57:36.237967+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: cluster 2024-01-16T05:57:36.315076+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: audit 2024-01-16T05:57:36.316137+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.134:0/3873723333' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T05:57:37.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[38584]: audit 2024-01-16T05:57:36.317086+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.134:0/3873723333' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: audit 2024-01-16T05:57:36.235807+0000 mgr.y (mgr.14142) 39 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: cephadm 2024-01-16T05:57:36.236618+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: audit 2024-01-16T05:57:36.236840+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: audit 2024-01-16T05:57:36.237340+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: audit 2024-01-16T05:57:36.237967+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: cluster 2024-01-16T05:57:36.315076+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: audit 2024-01-16T05:57:36.316137+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.134:0/3873723333' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T05:57:37.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:37 smithi071 bash[35187]: audit 2024-01-16T05:57:36.317086+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.134:0/3873723333' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T05:57:37.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: audit 2024-01-16T05:57:36.235807+0000 mgr.y (mgr.14142) 39 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:37.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: cephadm 2024-01-16T05:57:36.236618+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:57:37.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: audit 2024-01-16T05:57:36.236840+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:57:37.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: audit 2024-01-16T05:57:36.237340+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:37.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: audit 2024-01-16T05:57:36.237967+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:37.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: cluster 2024-01-16T05:57:36.315076+0000 mon.a (mon.0) 180 : cluster [DBG] Standby manager daemon x started 2024-01-16T05:57:37.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: audit 2024-01-16T05:57:36.316137+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.134:0/3873723333' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T05:57:37.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:37 smithi134 bash[35280]: audit 2024-01-16T05:57:36.317086+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.134:0/3873723333' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T05:57:38.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: cluster 2024-01-16T05:57:37.193179+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e14: y(active, since 67s), standbys: x 2024-01-16T05:57:38.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: audit 2024-01-16T05:57:37.193321+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: audit 2024-01-16T05:57:37.723212+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4065278938' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]: dispatch 2024-01-16T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: audit 2024-01-16T05:57:37.723521+0000 mon.a (mon.0) 183 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]: dispatch 2024-01-16T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: audit 2024-01-16T05:57:37.729046+0000 mon.a (mon.0) 184 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]': finished 2024-01-16T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: cluster 2024-01-16T05:57:37.729079+0000 mon.a (mon.0) 185 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-16T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: audit 2024-01-16T05:57:37.729157+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:38 smithi134 bash[35280]: cluster 2024-01-16T05:57:37.919900+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: cluster 2024-01-16T05:57:37.193179+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e14: y(active, since 67s), standbys: x 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: audit 2024-01-16T05:57:37.193321+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: audit 2024-01-16T05:57:37.723212+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4065278938' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]: dispatch 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: audit 2024-01-16T05:57:37.723521+0000 mon.a (mon.0) 183 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]: dispatch 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: audit 2024-01-16T05:57:37.729046+0000 mon.a (mon.0) 184 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]': finished 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: cluster 2024-01-16T05:57:37.729079+0000 mon.a (mon.0) 185 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: audit 2024-01-16T05:57:37.729157+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:38.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[35187]: cluster 2024-01-16T05:57:37.919900+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: cluster 2024-01-16T05:57:37.193179+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e14: y(active, since 67s), standbys: x 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: audit 2024-01-16T05:57:37.193321+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: audit 2024-01-16T05:57:37.723212+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4065278938' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]: dispatch 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: audit 2024-01-16T05:57:37.723521+0000 mon.a (mon.0) 183 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]: dispatch 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: audit 2024-01-16T05:57:37.729046+0000 mon.a (mon.0) 184 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4bf751e-07c6-458a-b33a-c330caaed5bd"}]': finished 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: cluster 2024-01-16T05:57:37.729079+0000 mon.a (mon.0) 185 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: audit 2024-01-16T05:57:37.729157+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:38.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:38 smithi071 bash[38584]: cluster 2024-01-16T05:57:37.919900+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:39 smithi134 bash[35280]: audit 2024-01-16T05:57:38.474737+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.71:0/757847321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:57:39.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:39 smithi071 bash[35187]: audit 2024-01-16T05:57:38.474737+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.71:0/757847321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:57:39.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:39 smithi071 bash[38584]: audit 2024-01-16T05:57:38.474737+0000 mon.a (mon.0) 187 : audit [DBG] from='client.? 172.21.15.71:0/757847321' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:57:40.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:40 smithi134 bash[35280]: cluster 2024-01-16T05:57:39.920280+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:40.690 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:40 smithi071 bash[35187]: cluster 2024-01-16T05:57:39.920280+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:40.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:40 smithi071 bash[38584]: cluster 2024-01-16T05:57:39.920280+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:41.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:41 smithi071 bash[35187]: audit 2024-01-16T05:57:41.071004+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:41.506 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:41 smithi071 bash[38584]: audit 2024-01-16T05:57:41.071004+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:41.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:41 smithi134 bash[35280]: audit 2024-01-16T05:57:41.071004+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:43.185 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[35187]: cluster 2024-01-16T05:57:41.920529+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:43.185 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[35187]: audit 2024-01-16T05:57:42.609271+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T05:57:43.185 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[35187]: audit 2024-01-16T05:57:42.609815+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:43.186 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[35187]: audit 2024-01-16T05:57:42.610361+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T05:57:43.186 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[38584]: cluster 2024-01-16T05:57:41.920529+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:43.186 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[38584]: audit 2024-01-16T05:57:42.609271+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T05:57:43.186 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[38584]: audit 2024-01-16T05:57:42.609815+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:43.186 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:43 smithi071 bash[38584]: audit 2024-01-16T05:57:42.610361+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T05:57:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:43 smithi134 bash[35280]: cluster 2024-01-16T05:57:41.920529+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:43 smithi134 bash[35280]: audit 2024-01-16T05:57:42.609271+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T05:57:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:43 smithi134 bash[35280]: audit 2024-01-16T05:57:42.609815+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:43 smithi134 bash[35280]: audit 2024-01-16T05:57:42.610361+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T05:57:43.677 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 0 on host 'smithi071' 2024-01-16T05:57:44.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[35187]: cephadm 2024-01-16T05:57:42.610194+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T05:57:44.149 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[38584]: cephadm 2024-01-16T05:57:42.610194+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T05:57:44.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[35187]: audit 2024-01-16T05:57:43.673864+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:44.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[35187]: audit 2024-01-16T05:57:43.674380+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:44.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[35187]: audit 2024-01-16T05:57:43.676733+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:44.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[38584]: audit 2024-01-16T05:57:43.673864+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:44.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[38584]: audit 2024-01-16T05:57:43.674380+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:44.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[38584]: audit 2024-01-16T05:57:43.676733+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:44.200 DEBUG:teuthology.orchestra.run.smithi071:osd.0> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.0.service 2024-01-16T05:57:44.202 INFO:tasks.cephadm:Deploying osd.1 on smithi071 with /dev/vg_nvme/lv_3... 2024-01-16T05:57:44.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-16T05:57:44.234 INFO:journalctl@ceph.osd.0.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:57:44.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:44 smithi134 bash[35280]: cephadm 2024-01-16T05:57:42.610194+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T05:57:44.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:44 smithi134 bash[35280]: audit 2024-01-16T05:57:43.673864+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:44.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:44 smithi134 bash[35280]: audit 2024-01-16T05:57:43.674380+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:44.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:44 smithi134 bash[35280]: audit 2024-01-16T05:57:43.676733+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826855\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826929\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:34.826959\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_device_update\": \"2024-01-16T05:56:36.885194\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T05:57:44.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:44 smithi071 bash[40637]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-16T05:57:45.113 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:45 smithi071 bash[35187]: cluster 2024-01-16T05:57:43.920822+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:45.114 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:45 smithi071 bash[38584]: cluster 2024-01-16T05:57:43.920822+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:45.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:45 smithi134 bash[35280]: cluster 2024-01-16T05:57:43.920822+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:45.760 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-16T05:57:45.760 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-16T05:57:45.760 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-01-16T05:57:45.760 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-01-16T05:57:45.760 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0182536 s, 574 MB/s 2024-01-16T05:57:45.760 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-01-16T05:57:45.876 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:45 smithi071 bash[40911]: debug 2024-01-16T05:57:45.735+0000 7f9bf87cbec0 -1 Falling back to public interface 2024-01-16T05:57:46.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[35187]: audit 2024-01-16T05:57:45.252687+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:46.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[38584]: audit 2024-01-16T05:57:45.252687+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:46.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[35187]: audit 2024-01-16T05:57:45.256073+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:46.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[35187]: audit 2024-01-16T05:57:45.256585+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:46.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[38584]: audit 2024-01-16T05:57:45.256073+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:46.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[38584]: audit 2024-01-16T05:57:45.256585+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:46.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:46 smithi134 bash[35280]: audit 2024-01-16T05:57:45.252687+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:46.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:46 smithi134 bash[35280]: audit 2024-01-16T05:57:45.256073+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:46.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:46 smithi134 bash[35280]: audit 2024-01-16T05:57:45.256585+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:46.473 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:46 smithi071 bash[40911]: debug 2024-01-16T05:57:46.293+0000 7f9bf87cbec0 -1 osd.0 0 log_to_monitors {default=true} 2024-01-16T05:57:46.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi071:vg_nvme/lv_3 2024-01-16T05:57:47.188 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:47 smithi071 bash[35187]: cluster 2024-01-16T05:57:45.921238+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:47.188 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:47 smithi071 bash[35187]: audit 2024-01-16T05:57:46.296390+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:47.188 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:47 smithi071 bash[35187]: audit 2024-01-16T05:57:46.296735+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:47.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:47 smithi071 bash[38584]: cluster 2024-01-16T05:57:45.921238+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:47.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:47 smithi071 bash[38584]: audit 2024-01-16T05:57:46.296390+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:47.189 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:47 smithi071 bash[38584]: audit 2024-01-16T05:57:46.296735+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:47.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:47 smithi134 bash[35280]: cluster 2024-01-16T05:57:45.921238+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:47.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:47 smithi134 bash[35280]: audit 2024-01-16T05:57:46.296390+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:47.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:47 smithi134 bash[35280]: audit 2024-01-16T05:57:46.296735+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:48.505 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[40911]: debug 2024-01-16T05:57:48.274+0000 7f9be1580700 -1 osd.0 0 waiting for initial osdmap 2024-01-16T05:57:48.505 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[40911]: debug 2024-01-16T05:57:48.280+0000 7f9bec79c700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:57:48.505 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.263181+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T05:57:48.505 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: cluster 2024-01-16T05:57:47.263230+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-16T05:57:48.505 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.263351+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: cluster 2024-01-16T05:57:47.264031+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: cluster 2024-01-16T05:57:47.264090+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.266828+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.267117+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.624589+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.808904+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.811389+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.818013+0000 mgr.y (mgr.14142) 47 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: cephadm 2024-01-16T05:57:47.818544+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.818725+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.819196+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: audit 2024-01-16T05:57:47.819775+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:48.506 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[35187]: cluster 2024-01-16T05:57:47.921604+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.263181+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: cluster 2024-01-16T05:57:47.263230+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.263351+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: cluster 2024-01-16T05:57:47.264031+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: cluster 2024-01-16T05:57:47.264090+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.266828+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.267117+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.624589+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.808904+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.811389+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.818013+0000 mgr.y (mgr.14142) 47 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: cephadm 2024-01-16T05:57:47.818544+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:57:48.507 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.818725+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:57:48.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.819196+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:48.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: audit 2024-01-16T05:57:47.819775+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:48.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:48 smithi071 bash[38584]: cluster 2024-01-16T05:57:47.921604+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.263181+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: cluster 2024-01-16T05:57:47.263230+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.263351+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: cluster 2024-01-16T05:57:47.264031+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: cluster 2024-01-16T05:57:47.264090+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.266828+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.267117+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.624589+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.808904+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.811389+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"45c3c87589d0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.252022\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:44.740817\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:42.608971\"}}, \"last_daemon_update\": \"2024-01-16T05:57:45.252131\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:48.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.818013+0000 mgr.y (mgr.14142) 47 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:57:48.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: cephadm 2024-01-16T05:57:47.818544+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:57:48.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.818725+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:57:48.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.819196+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:48.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: audit 2024-01-16T05:57:47.819775+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:48.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:48 smithi134 bash[35280]: cluster 2024-01-16T05:57:47.921604+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:49 smithi134 bash[35280]: audit 2024-01-16T05:57:48.272410+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:57:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:49 smithi134 bash[35280]: cluster 2024-01-16T05:57:48.272471+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-16T05:57:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:49 smithi134 bash[35280]: audit 2024-01-16T05:57:48.273042+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:49 smithi071 bash[35187]: audit 2024-01-16T05:57:48.272410+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:57:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:49 smithi071 bash[35187]: cluster 2024-01-16T05:57:48.272471+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-16T05:57:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:49 smithi071 bash[35187]: audit 2024-01-16T05:57:48.273042+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:49 smithi071 bash[38584]: audit 2024-01-16T05:57:48.272410+0000 mon.a (mon.0) 209 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:57:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:49 smithi071 bash[38584]: cluster 2024-01-16T05:57:48.272471+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-16T05:57:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:49 smithi071 bash[38584]: audit 2024-01-16T05:57:48.273042+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:50.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: cluster 2024-01-16T05:57:49.281642+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196] boot 2024-01-16T05:57:50.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: cluster 2024-01-16T05:57:49.281686+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-16T05:57:50.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: audit 2024-01-16T05:57:49.282187+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:50.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: audit 2024-01-16T05:57:49.289589+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.71:0/2629129304' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07ce9216-8ad5-4111-ac4b-894a3afa4e22"}]: dispatch 2024-01-16T05:57:50.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: audit 2024-01-16T05:57:49.292458+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/2629129304' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07ce9216-8ad5-4111-ac4b-894a3afa4e22"}]': finished 2024-01-16T05:57:50.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: cluster 2024-01-16T05:57:49.292501+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-16T05:57:50.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: audit 2024-01-16T05:57:49.292586+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:57:50.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: cluster 2024-01-16T05:57:49.921900+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:50.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:50 smithi134 bash[35280]: audit 2024-01-16T05:57:50.020466+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.71:0/2323360028' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:57:50.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: cluster 2024-01-16T05:57:49.281642+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196] boot 2024-01-16T05:57:50.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: cluster 2024-01-16T05:57:49.281686+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-16T05:57:50.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: audit 2024-01-16T05:57:49.282187+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: audit 2024-01-16T05:57:49.289589+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.71:0/2629129304' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07ce9216-8ad5-4111-ac4b-894a3afa4e22"}]: dispatch 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: audit 2024-01-16T05:57:49.292458+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/2629129304' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07ce9216-8ad5-4111-ac4b-894a3afa4e22"}]': finished 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: cluster 2024-01-16T05:57:49.292501+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: audit 2024-01-16T05:57:49.292586+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: cluster 2024-01-16T05:57:49.921900+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[35187]: audit 2024-01-16T05:57:50.020466+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.71:0/2323360028' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: cluster 2024-01-16T05:57:49.281642+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.71:6802/1171881196,v1:172.21.15.71:6803/1171881196] boot 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: cluster 2024-01-16T05:57:49.281686+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: audit 2024-01-16T05:57:49.282187+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: audit 2024-01-16T05:57:49.289589+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.71:0/2629129304' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07ce9216-8ad5-4111-ac4b-894a3afa4e22"}]: dispatch 2024-01-16T05:57:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: audit 2024-01-16T05:57:49.292458+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/2629129304' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07ce9216-8ad5-4111-ac4b-894a3afa4e22"}]': finished 2024-01-16T05:57:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: cluster 2024-01-16T05:57:49.292501+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-16T05:57:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: audit 2024-01-16T05:57:49.292586+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:57:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: cluster 2024-01-16T05:57:49.921900+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T05:57:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:50 smithi071 bash[38584]: audit 2024-01-16T05:57:50.020466+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.71:0/2323360028' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:57:51.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:51 smithi071 bash[35187]: cluster 2024-01-16T05:57:50.295269+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-16T05:57:51.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:51 smithi071 bash[35187]: audit 2024-01-16T05:57:50.304368+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:57:51.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:51 smithi071 bash[38584]: cluster 2024-01-16T05:57:50.295269+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-16T05:57:51.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:51 smithi071 bash[38584]: audit 2024-01-16T05:57:50.304368+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:57:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:51 smithi134 bash[35280]: cluster 2024-01-16T05:57:50.295269+0000 mon.a (mon.0) 219 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-16T05:57:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:51 smithi134 bash[35280]: audit 2024-01-16T05:57:50.304368+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:57:53.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:53 smithi134 bash[35280]: cluster 2024-01-16T05:57:51.922384+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:53.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:53 smithi134 bash[35280]: audit 2024-01-16T05:57:52.258592+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:53 smithi071 bash[35187]: cluster 2024-01-16T05:57:51.922384+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:53 smithi071 bash[35187]: audit 2024-01-16T05:57:52.258592+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:53.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:53 smithi071 bash[38584]: cluster 2024-01-16T05:57:51.922384+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:53 smithi071 bash[38584]: audit 2024-01-16T05:57:52.258592+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:57:54.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:54 smithi134 bash[35280]: audit 2024-01-16T05:57:53.831882+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T05:57:54.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:54 smithi134 bash[35280]: audit 2024-01-16T05:57:53.832423+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:54.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:54 smithi134 bash[35280]: audit 2024-01-16T05:57:53.832999+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T05:57:54.440 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[38584]: audit 2024-01-16T05:57:53.831882+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T05:57:54.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[38584]: audit 2024-01-16T05:57:53.832423+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:54.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[38584]: audit 2024-01-16T05:57:53.832999+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T05:57:54.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[35187]: audit 2024-01-16T05:57:53.831882+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T05:57:54.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[35187]: audit 2024-01-16T05:57:53.832423+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:54.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[35187]: audit 2024-01-16T05:57:53.832999+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-16T05:57:54.791 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:54 smithi071 systemd[1]: Stopping Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:57:54.791 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[40911]: debug 2024-01-16T05:57:54.736+0000 7f9bf0013700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:57:54.791 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[40911]: debug 2024-01-16T05:57:54.736+0000 7f9bf0013700 -1 osd.0 12 *** Got signal Terminated *** 2024-01-16T05:57:54.791 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:54 smithi071 bash[40911]: debug 2024-01-16T05:57:54.736+0000 7f9bf0013700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T05:57:55.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:55 smithi071 bash[35187]: cephadm 2024-01-16T05:57:53.832826+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T05:57:55.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:55 smithi071 bash[35187]: cluster 2024-01-16T05:57:53.922723+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:55.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:55 smithi071 bash[38584]: cephadm 2024-01-16T05:57:53.832826+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T05:57:55.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:55 smithi071 bash[38584]: cluster 2024-01-16T05:57:53.922723+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:55.059 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:55 smithi071 podman[42121]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.0 2024-01-16T05:57:55.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:55 smithi134 bash[35280]: cephadm 2024-01-16T05:57:53.832826+0000 mgr.y (mgr.14142) 52 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T05:57:55.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:55 smithi134 bash[35280]: cluster 2024-01-16T05:57:53.922723+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:56.191 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:55 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.0.service: Succeeded. 2024-01-16T05:57:56.191 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:55 smithi071 systemd[1]: Stopped Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:57:56.191 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:55 smithi071 systemd[1]: Starting Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:57:56.191 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:55 smithi071 podman[42260]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.0" found: no such container 2024-01-16T05:57:56.191 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:55 smithi071 systemd[1]: Started Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:57:56.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[38584]: audit 2024-01-16T05:57:56.001309+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:56.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[38584]: audit 2024-01-16T05:57:56.001685+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:56.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[35187]: audit 2024-01-16T05:57:56.001309+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:56.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[35187]: audit 2024-01-16T05:57:56.001685+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[38584]: audit 2024-01-16T05:57:56.004143+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[38584]: audit 2024-01-16T05:57:56.005097+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[38584]: audit 2024-01-16T05:57:56.006539+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[38584]: audit 2024-01-16T05:57:56.007133+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[35187]: audit 2024-01-16T05:57:56.004143+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[35187]: audit 2024-01-16T05:57:56.005097+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[35187]: audit 2024-01-16T05:57:56.006539+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:56.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[35187]: audit 2024-01-16T05:57:56.007133+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:56 smithi134 bash[35280]: audit 2024-01-16T05:57:56.001309+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:56 smithi134 bash[35280]: audit 2024-01-16T05:57:56.001685+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:56 smithi134 bash[35280]: audit 2024-01-16T05:57:56.004143+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251813\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251920\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:45.251973\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:56 smithi134 bash[35280]: audit 2024-01-16T05:57:56.005097+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:56 smithi134 bash[35280]: audit 2024-01-16T05:57:56.006539+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:56 smithi134 bash[35280]: audit 2024-01-16T05:57:56.007133+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T05:57:56.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:56 smithi071 bash[42277]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-16T05:57:57.285 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:57 smithi071 bash[35187]: cluster 2024-01-16T05:57:55.923000+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:57.286 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:57 smithi071 bash[35187]: cephadm 2024-01-16T05:57:56.006952+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-16T05:57:57.286 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:57 smithi071 bash[38584]: cluster 2024-01-16T05:57:55.923000+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:57.286 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:57 smithi071 bash[38584]: cephadm 2024-01-16T05:57:56.006952+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-16T05:57:57.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:57 smithi134 bash[35280]: cluster 2024-01-16T05:57:55.923000+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:57.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:57 smithi134 bash[35280]: cephadm 2024-01-16T05:57:56.006952+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-16T05:57:57.777 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 0,1 on host 'smithi071' 2024-01-16T05:57:58.264 DEBUG:teuthology.orchestra.run.smithi071:osd.1> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.1.service 2024-01-16T05:57:58.266 INFO:tasks.cephadm:Deploying osd.2 on smithi071 with /dev/vg_nvme/lv_2... 2024-01-16T05:57:58.266 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-16T05:57:58.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:58 smithi134 bash[35280]: audit 2024-01-16T05:57:57.179315+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_daemon_update\": \"2024-01-16T05:57:57.178552\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:58.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:58 smithi134 bash[35280]: audit 2024-01-16T05:57:57.183229+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_daemon_update\": \"2024-01-16T05:57:57.178552\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:58.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:58 smithi134 bash[35280]: audit 2024-01-16T05:57:57.770699+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:58.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:58 smithi134 bash[35280]: audit 2024-01-16T05:57:57.771303+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:58.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:58 smithi134 bash[35280]: audit 2024-01-16T05:57:57.773716+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:58.293 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[42564]: debug 2024-01-16T05:57:58.046+0000 7f82f98a3ec0 -1 Falling back to public interface 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[35187]: audit 2024-01-16T05:57:57.179315+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_daemon_update\": \"2024-01-16T05:57:57.178552\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[35187]: audit 2024-01-16T05:57:57.183229+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_daemon_update\": \"2024-01-16T05:57:57.178552\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[35187]: audit 2024-01-16T05:57:57.770699+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[35187]: audit 2024-01-16T05:57:57.771303+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[35187]: audit 2024-01-16T05:57:57.773716+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[38584]: audit 2024-01-16T05:57:57.179315+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_daemon_update\": \"2024-01-16T05:57:57.178552\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[38584]: audit 2024-01-16T05:57:57.183229+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}}, \"last_daemon_update\": \"2024-01-16T05:57:57.178552\", \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[38584]: audit 2024-01-16T05:57:57.770699+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:57:58.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[38584]: audit 2024-01-16T05:57:57.771303+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:57:58.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[38584]: audit 2024-01-16T05:57:57.773716+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178352\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178426\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178467\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:57.178496\", \"created\": \"2024-01-16T05:57:43.643112\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_device_update\": \"2024-01-16T05:57:47.808116\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:57:58.299 INFO:journalctl@ceph.osd.1.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:57:58.900 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[42564]: debug 2024-01-16T05:57:58.604+0000 7f82f98a3ec0 -1 osd.0 12 log_to_monitors {default=true} 2024-01-16T05:57:58.900 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:57:58 smithi071 bash[42564]: debug 2024-01-16T05:57:58.612+0000 7f82e986c700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[38584]: cluster 2024-01-16T05:57:57.923299+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[38584]: audit 2024-01-16T05:57:58.609091+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[38584]: audit 2024-01-16T05:57:58.609529+0000 mon.a (mon.0) 236 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[38584]: audit 2024-01-16T05:57:58.610021+0000 mon.c (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[38584]: audit 2024-01-16T05:57:58.610276+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[35187]: cluster 2024-01-16T05:57:57.923299+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:59.190 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[35187]: audit 2024-01-16T05:57:58.609091+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:59.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[35187]: audit 2024-01-16T05:57:58.609529+0000 mon.a (mon.0) 236 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:59.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[35187]: audit 2024-01-16T05:57:58.610021+0000 mon.c (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:59.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[35187]: audit 2024-01-16T05:57:58.610276+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:59 smithi134 bash[35280]: cluster 2024-01-16T05:57:57.923299+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v44: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:57:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:59 smithi134 bash[35280]: audit 2024-01-16T05:57:58.609091+0000 mon.c (mon.1) 7 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:59 smithi134 bash[35280]: audit 2024-01-16T05:57:58.609529+0000 mon.a (mon.0) 236 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T05:57:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:59 smithi134 bash[35280]: audit 2024-01-16T05:57:58.610021+0000 mon.c (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:57:59 smithi134 bash[35280]: audit 2024-01-16T05:57:58.610276+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:57:59.941 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:57:59 smithi071 bash[43086]: debug 2024-01-16T05:57:59.592+0000 7fd228dc8ec0 -1 Falling back to public interface 2024-01-16T05:58:00.347 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[43086]: debug 2024-01-16T05:58:00.141+0000 7fd228dc8ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-01-16T05:58:00.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: cluster 2024-01-16T05:57:59.032200+0000 mon.a (mon.0) 238 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:00.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: cluster 2024-01-16T05:57:59.032229+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T05:58:00.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: cluster 2024-01-16T05:57:59.032248+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-16T05:58:00.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: cluster 2024-01-16T05:57:59.048006+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-16T05:58:00.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: audit 2024-01-16T05:57:59.048135+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:00.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: cluster 2024-01-16T05:57:59.032200+0000 mon.a (mon.0) 238 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:00.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: cluster 2024-01-16T05:57:59.032229+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T05:58:00.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: cluster 2024-01-16T05:57:59.032248+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-16T05:58:00.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: cluster 2024-01-16T05:57:59.048006+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-16T05:58:00.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: audit 2024-01-16T05:57:59.048135+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:00.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: audit 2024-01-16T05:57:59.101314+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:00.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: audit 2024-01-16T05:57:59.104154+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:00.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[38584]: audit 2024-01-16T05:57:59.104650+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:00.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: audit 2024-01-16T05:57:59.101314+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:00.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: audit 2024-01-16T05:57:59.104154+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:00.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:00 smithi071 bash[35187]: audit 2024-01-16T05:57:59.104650+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:00.497 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-16T05:58:00.498 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-16T05:58:00.498 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-01-16T05:58:00.498 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-01-16T05:58:00.498 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125939 s, 833 MB/s 2024-01-16T05:58:00.498 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-01-16T05:58:00.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: cluster 2024-01-16T05:57:59.032200+0000 mon.a (mon.0) 238 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: cluster 2024-01-16T05:57:59.032229+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: cluster 2024-01-16T05:57:59.032248+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: cluster 2024-01-16T05:57:59.048006+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: audit 2024-01-16T05:57:59.048135+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: audit 2024-01-16T05:57:59.101314+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: audit 2024-01-16T05:57:59.104154+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"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\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:00 smithi134 bash[35280]: audit 2024-01-16T05:57:59.104650+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:00.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi071:vg_nvme/lv_2 2024-01-16T05:58:01.163 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: cluster 2024-01-16T05:57:59.923623+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v46: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:01.163 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: cluster 2024-01-16T05:58:00.046101+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:01.163 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: cluster 2024-01-16T05:58:00.046121+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T05:58:01.163 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: cluster 2024-01-16T05:58:00.046132+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-16T05:58:01.163 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: cluster 2024-01-16T05:58:00.050475+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466] boot 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: cluster 2024-01-16T05:58:00.050515+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: audit 2024-01-16T05:58:00.050637+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: audit 2024-01-16T05:58:00.050981+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: audit 2024-01-16T05:58:00.145357+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[38584]: audit 2024-01-16T05:58:00.145632+0000 mon.a (mon.0) 253 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: cluster 2024-01-16T05:57:59.923623+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v46: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: cluster 2024-01-16T05:58:00.046101+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:01.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: cluster 2024-01-16T05:58:00.046121+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: cluster 2024-01-16T05:58:00.046132+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: cluster 2024-01-16T05:58:00.050475+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466] boot 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: cluster 2024-01-16T05:58:00.050515+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: audit 2024-01-16T05:58:00.050637+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: audit 2024-01-16T05:58:00.050981+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: audit 2024-01-16T05:58:00.145357+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:01.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:01 smithi071 bash[35187]: audit 2024-01-16T05:58:00.145632+0000 mon.a (mon.0) 253 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:01.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: cluster 2024-01-16T05:57:59.923623+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v46: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: cluster 2024-01-16T05:58:00.046101+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: cluster 2024-01-16T05:58:00.046121+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: cluster 2024-01-16T05:58:00.046132+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: cluster 2024-01-16T05:58:00.050475+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.71:6802/219011466,v1:172.21.15.71:6803/219011466] boot 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: cluster 2024-01-16T05:58:00.050515+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: audit 2024-01-16T05:58:00.050637+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: audit 2024-01-16T05:58:00.050981+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: audit 2024-01-16T05:58:00.145357+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:01.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:01 smithi134 bash[35280]: audit 2024-01-16T05:58:00.145632+0000 mon.a (mon.0) 253 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:02.441 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[43086]: debug 2024-01-16T05:58:02.054+0000 7fd211b7d700 -1 osd.1 0 waiting for initial osdmap 2024-01-16T05:58:02.441 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[43086]: debug 2024-01-16T05:58:02.059+0000 7fd21cd99700 -1 osd.1 16 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:02.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.051275+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T05:58:02.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: cluster 2024-01-16T05:58:01.051324+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-16T05:58:02.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.052492+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:02.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.052679+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:02.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.052950+0000 mon.a (mon.0) 257 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.570067+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.051275+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: cluster 2024-01-16T05:58:01.051324+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.052492+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.052679+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.052950+0000 mon.a (mon.0) 257 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:02.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.570067+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.753270+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[38584]: audit 2024-01-16T05:58:01.755930+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:02.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.753270+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:02.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:02 smithi071 bash[35187]: audit 2024-01-16T05:58:01.755930+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.051275+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: cluster 2024-01-16T05:58:01.051324+0000 mon.a (mon.0) 255 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.052492+0000 mon.c (mon.1) 10 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.052679+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.052950+0000 mon.a (mon.0) 257 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.570067+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.753270+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:02 smithi134 bash[35280]: audit 2024-01-16T05:58:01.755930+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"b1ba1be570ec\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100581\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:57:58.804255\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:56.004894\"}}, \"last_daemon_update\": \"2024-01-16T05:57:59.100652\", \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: cluster 2024-01-16T05:58:01.175290+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: cluster 2024-01-16T05:58:01.175332+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: cluster 2024-01-16T05:58:01.923879+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v49: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: audit 2024-01-16T05:58:02.052840+0000 mon.a (mon.0) 261 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: cluster 2024-01-16T05:58:02.052887+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: audit 2024-01-16T05:58:02.053612+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: audit 2024-01-16T05:58:02.337409+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: audit 2024-01-16T05:58:02.337900+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[35187]: audit 2024-01-16T05:58:02.338524+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: cluster 2024-01-16T05:58:01.175290+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: cluster 2024-01-16T05:58:01.175332+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: cluster 2024-01-16T05:58:01.923879+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v49: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: audit 2024-01-16T05:58:02.052840+0000 mon.a (mon.0) 261 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: cluster 2024-01-16T05:58:02.052887+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: audit 2024-01-16T05:58:02.053612+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: audit 2024-01-16T05:58:02.337409+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:03.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: audit 2024-01-16T05:58:02.337900+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:03.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:03 smithi071 bash[38584]: audit 2024-01-16T05:58:02.338524+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: cluster 2024-01-16T05:58:01.175290+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: cluster 2024-01-16T05:58:01.175332+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: cluster 2024-01-16T05:58:01.923879+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v49: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: audit 2024-01-16T05:58:02.052840+0000 mon.a (mon.0) 261 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:03.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: cluster 2024-01-16T05:58:02.052887+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2024-01-16T05:58:03.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: audit 2024-01-16T05:58:02.053612+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:03.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: audit 2024-01-16T05:58:02.337409+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:03.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: audit 2024-01-16T05:58:02.337900+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:03.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:03 smithi134 bash[35280]: audit 2024-01-16T05:58:02.338524+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: audit 2024-01-16T05:58:02.336608+0000 mgr.y (mgr.14142) 59 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: cephadm 2024-01-16T05:58:02.337145+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: cluster 2024-01-16T05:58:03.058195+0000 mon.a (mon.0) 267 : cluster [INF] osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653] boot 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: cluster 2024-01-16T05:58:03.058241+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: audit 2024-01-16T05:58:03.058637+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: audit 2024-01-16T05:58:03.786384+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.71:0/2724340383' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]: dispatch 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: audit 2024-01-16T05:58:03.786793+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]: dispatch 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: audit 2024-01-16T05:58:03.793079+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]': finished 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: cluster 2024-01-16T05:58:03.793127+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[38584]: audit 2024-01-16T05:58:03.793235+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:04.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: audit 2024-01-16T05:58:02.336608+0000 mgr.y (mgr.14142) 59 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: cephadm 2024-01-16T05:58:02.337145+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: cluster 2024-01-16T05:58:03.058195+0000 mon.a (mon.0) 267 : cluster [INF] osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653] boot 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: cluster 2024-01-16T05:58:03.058241+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: audit 2024-01-16T05:58:03.058637+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: audit 2024-01-16T05:58:03.786384+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.71:0/2724340383' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]: dispatch 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: audit 2024-01-16T05:58:03.786793+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]: dispatch 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: audit 2024-01-16T05:58:03.793079+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]': finished 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: cluster 2024-01-16T05:58:03.793127+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-16T05:58:04.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:04 smithi071 bash[35187]: audit 2024-01-16T05:58:03.793235+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:04.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: audit 2024-01-16T05:58:02.336608+0000 mgr.y (mgr.14142) 59 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:04.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: cephadm 2024-01-16T05:58:02.337145+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: cluster 2024-01-16T05:58:03.058195+0000 mon.a (mon.0) 267 : cluster [INF] osd.1 [v2:172.21.15.71:6810/265523653,v1:172.21.15.71:6811/265523653] boot 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: cluster 2024-01-16T05:58:03.058241+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: audit 2024-01-16T05:58:03.058637+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: audit 2024-01-16T05:58:03.786384+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.71:0/2724340383' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]: dispatch 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: audit 2024-01-16T05:58:03.786793+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]: dispatch 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: audit 2024-01-16T05:58:03.793079+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c81171e-02af-492b-9b18-c9ca97be1f23"}]': finished 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: cluster 2024-01-16T05:58:03.793127+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-16T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:04 smithi134 bash[35280]: audit 2024-01-16T05:58:03.793235+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[35187]: cluster 2024-01-16T05:58:03.924147+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 152 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[35187]: audit 2024-01-16T05:58:04.566927+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.71:0/368524683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[35187]: audit 2024-01-16T05:58:04.964602+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-055629"}]: dispatch 2024-01-16T05:58:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[35187]: audit 2024-01-16T05:58:04.968676+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-055629"}]': finished 2024-01-16T05:58:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[38584]: cluster 2024-01-16T05:58:03.924147+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 152 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[38584]: audit 2024-01-16T05:58:04.566927+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.71:0/368524683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[38584]: audit 2024-01-16T05:58:04.964602+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-055629"}]: dispatch 2024-01-16T05:58:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:05 smithi071 bash[38584]: audit 2024-01-16T05:58:04.968676+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-055629"}]': finished 2024-01-16T05:58:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:05 smithi134 bash[35280]: cluster 2024-01-16T05:58:03.924147+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 152 KiB used, 88 GiB / 89 GiB avail 2024-01-16T05:58:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:05 smithi134 bash[35280]: audit 2024-01-16T05:58:04.566927+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.71:0/368524683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:05 smithi134 bash[35280]: audit 2024-01-16T05:58:04.964602+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-055629"}]: dispatch 2024-01-16T05:58:05.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:05 smithi134 bash[35280]: audit 2024-01-16T05:58:04.968676+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240116-055629"}]': finished 2024-01-16T05:58:07.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:07 smithi071 bash[38584]: cluster 2024-01-16T05:58:05.924515+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+activating+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2024-01-16T05:58:07.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:07 smithi071 bash[38584]: audit 2024-01-16T05:58:06.820837+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:07 smithi071 bash[35187]: cluster 2024-01-16T05:58:05.924515+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+activating+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2024-01-16T05:58:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:07 smithi071 bash[35187]: audit 2024-01-16T05:58:06.820837+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:07 smithi134 bash[35280]: cluster 2024-01-16T05:58:05.924515+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+activating+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2024-01-16T05:58:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:07 smithi134 bash[35280]: audit 2024-01-16T05:58:06.820837+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[35187]: cluster 2024-01-16T05:58:07.924785+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+activating+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[35187]: audit 2024-01-16T05:58:08.344123+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[35187]: audit 2024-01-16T05:58:08.344624+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[35187]: audit 2024-01-16T05:58:08.345183+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[38584]: cluster 2024-01-16T05:58:07.924785+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+activating+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[38584]: audit 2024-01-16T05:58:08.344123+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T05:58:09.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[38584]: audit 2024-01-16T05:58:08.344624+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:09.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[38584]: audit 2024-01-16T05:58:08.345183+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T05:58:09.441 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:09 smithi071 systemd[1]: Stopping Ceph osd.1 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:58:09.441 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[43086]: debug 2024-01-16T05:58:09.250+0000 7fd220610700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:58:09.441 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[43086]: debug 2024-01-16T05:58:09.250+0000 7fd220610700 -1 osd.1 18 *** Got signal Terminated *** 2024-01-16T05:58:09.441 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:09 smithi071 bash[43086]: debug 2024-01-16T05:58:09.250+0000 7fd220610700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T05:58:09.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:09 smithi134 bash[35280]: cluster 2024-01-16T05:58:07.924785+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+activating+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail 2024-01-16T05:58:09.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:09 smithi134 bash[35280]: audit 2024-01-16T05:58:08.344123+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T05:58:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:09 smithi134 bash[35280]: audit 2024-01-16T05:58:08.344624+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:09 smithi134 bash[35280]: audit 2024-01-16T05:58:08.345183+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-16T05:58:09.940 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:09 smithi071 podman[44313]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.1 2024-01-16T05:58:10.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[35187]: cephadm 2024-01-16T05:58:08.344967+0000 mgr.y (mgr.14142) 64 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[35187]: cluster 2024-01-16T05:58:09.499073+0000 mon.a (mon.0) 280 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[35187]: cluster 2024-01-16T05:58:09.499111+0000 mon.a (mon.0) 281 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[35187]: cluster 2024-01-16T05:58:09.499232+0000 mon.a (mon.0) 282 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[35187]: cluster 2024-01-16T05:58:09.899978+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[35187]: cluster 2024-01-16T05:58:09.900064+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[38584]: cephadm 2024-01-16T05:58:08.344967+0000 mgr.y (mgr.14142) 64 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[38584]: cluster 2024-01-16T05:58:09.499073+0000 mon.a (mon.0) 280 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[38584]: cluster 2024-01-16T05:58:09.499111+0000 mon.a (mon.0) 281 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[38584]: cluster 2024-01-16T05:58:09.499232+0000 mon.a (mon.0) 282 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[38584]: cluster 2024-01-16T05:58:09.899978+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[38584]: cluster 2024-01-16T05:58:09.900064+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:10 smithi134 bash[35280]: cephadm 2024-01-16T05:58:08.344967+0000 mgr.y (mgr.14142) 64 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-16T05:58:10.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:10 smithi134 bash[35280]: cluster 2024-01-16T05:58:09.499073+0000 mon.a (mon.0) 280 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:10 smithi134 bash[35280]: cluster 2024-01-16T05:58:09.499111+0000 mon.a (mon.0) 281 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-01-16T05:58:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:10 smithi134 bash[35280]: cluster 2024-01-16T05:58:09.499232+0000 mon.a (mon.0) 282 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:10 smithi134 bash[35280]: cluster 2024-01-16T05:58:09.899978+0000 mon.a (mon.0) 283 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:10 smithi134 bash[35280]: cluster 2024-01-16T05:58:09.900064+0000 mon.a (mon.0) 284 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-16T05:58:10.617 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.1.service: Succeeded. 2024-01-16T05:58:10.617 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 systemd[1]: Stopped Ceph osd.1 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:58:10.617 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 systemd[1]: Starting Ceph osd.1 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:58:10.617 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 podman[44450]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.1" found: no such container 2024-01-16T05:58:10.617 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 systemd[1]: Started Ceph osd.1 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-16T05:58:11.181 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:10 smithi071 bash[44466]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: cluster 2024-01-16T05:58:09.925130+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: cluster 2024-01-16T05:58:10.076302+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: cluster 2024-01-16T05:58:10.076328+0000 mon.a (mon.0) 286 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: cluster 2024-01-16T05:58:10.076780+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: cluster 2024-01-16T05:58:10.083387+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.083763+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.533680+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.534049+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.536647+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:11.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.537897+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.539160+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[35187]: audit 2024-01-16T05:58:10.539777+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: cluster 2024-01-16T05:58:09.925130+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: cluster 2024-01-16T05:58:10.076302+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: cluster 2024-01-16T05:58:10.076328+0000 mon.a (mon.0) 286 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: cluster 2024-01-16T05:58:10.076780+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: cluster 2024-01-16T05:58:10.083387+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.083763+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.533680+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.534049+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:11.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.536647+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:11.184 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.537897+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T05:58:11.184 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.539160+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:11.184 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:11 smithi071 bash[38584]: audit 2024-01-16T05:58:10.539777+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: cluster 2024-01-16T05:58:09.925130+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: cluster 2024-01-16T05:58:10.076302+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: cluster 2024-01-16T05:58:10.076328+0000 mon.a (mon.0) 286 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: cluster 2024-01-16T05:58:10.076780+0000 mon.a (mon.0) 287 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: cluster 2024-01-16T05:58:10.083387+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.083763+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.533680+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.534049+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.536647+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.537897+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T05:58:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.539160+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:11.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:11 smithi134 bash[35280]: audit 2024-01-16T05:58:10.539777+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T05:58:12.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[35187]: cephadm 2024-01-16T05:58:10.539600+0000 mgr.y (mgr.14142) 66 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-01-16T05:58:12.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[35187]: cluster 2024-01-16T05:58:11.084658+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-16T05:58:12.176 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[35187]: audit 2024-01-16T05:58:11.085071+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:12.176 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[38584]: cephadm 2024-01-16T05:58:10.539600+0000 mgr.y (mgr.14142) 66 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-01-16T05:58:12.176 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[38584]: cluster 2024-01-16T05:58:11.084658+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-16T05:58:12.176 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[38584]: audit 2024-01-16T05:58:11.085071+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:12.241 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1,2 on host 'smithi071' 2024-01-16T05:58:12.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:12 smithi134 bash[35280]: cephadm 2024-01-16T05:58:10.539600+0000 mgr.y (mgr.14142) 66 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-01-16T05:58:12.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:12 smithi134 bash[35280]: cluster 2024-01-16T05:58:11.084658+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-16T05:58:12.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:12 smithi134 bash[35280]: audit 2024-01-16T05:58:11.085071+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:12.726 DEBUG:teuthology.orchestra.run.smithi071:osd.2> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.2.service 2024-01-16T05:58:12.729 INFO:tasks.cephadm:Deploying osd.3 on smithi071 with /dev/vg_nvme/lv_1... 2024-01-16T05:58:12.729 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-16T05:58:12.758 INFO:journalctl@ceph.osd.2.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:58:12.815 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44726]: debug 2024-01-16T05:58:12.663+0000 7efd3e87dec0 -1 Falling back to public interface 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T05:58:13.092 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:12 smithi071 bash[44885]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-16T05:58:13.360 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[44726]: debug 2024-01-16T05:58:13.223+0000 7efd3e87dec0 -1 osd.1 18 log_to_monitors {default=true} 2024-01-16T05:58:13.361 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[44726]: debug 2024-01-16T05:58:13.229+0000 7efd3284e700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:13.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[35187]: cluster 2024-01-16T05:58:11.925412+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:58:13.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[38584]: cluster 2024-01-16T05:58:11.925412+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:58:13.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[35187]: audit 2024-01-16T05:58:12.237640+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:13.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[38584]: audit 2024-01-16T05:58:12.237640+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:13.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[38584]: audit 2024-01-16T05:58:12.240688+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:13.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[35187]: audit 2024-01-16T05:58:12.240688+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:13.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[38584]: audit 2024-01-16T05:58:12.375407+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:13.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[35187]: audit 2024-01-16T05:58:12.375407+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:13.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[35187]: audit 2024-01-16T05:58:12.378119+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:13.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[35187]: audit 2024-01-16T05:58:12.378619+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:13.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[38584]: audit 2024-01-16T05:58:12.378119+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:13.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:13 smithi071 bash[38584]: audit 2024-01-16T05:58:12.378619+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:13 smithi134 bash[35280]: cluster 2024-01-16T05:58:11.925412+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v59: 1 pgs: 1 stale+active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:13 smithi134 bash[35280]: audit 2024-01-16T05:58:12.237640+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:13 smithi134 bash[35280]: audit 2024-01-16T05:58:12.240688+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100403\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100492\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100524\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:59.100553\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_device_update\": \"2024-01-16T05:58:01.752655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:13 smithi134 bash[35280]: audit 2024-01-16T05:58:12.375407+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:13 smithi134 bash[35280]: audit 2024-01-16T05:58:12.378119+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:13 smithi134 bash[35280]: audit 2024-01-16T05:58:12.378619+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:14.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:14 smithi071 bash[35187]: audit 2024-01-16T05:58:13.227653+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:14.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:14 smithi071 bash[35187]: audit 2024-01-16T05:58:13.228126+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:14.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:14 smithi071 bash[38584]: audit 2024-01-16T05:58:13.227653+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:14.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:14 smithi071 bash[38584]: audit 2024-01-16T05:58:13.228126+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:14.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:14 smithi134 bash[35280]: audit 2024-01-16T05:58:13.227653+0000 mon.a (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T05:58:14.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:14 smithi134 bash[35280]: audit 2024-01-16T05:58:13.228126+0000 mon.a (mon.0) 304 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:14.582 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-16T05:58:14.582 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-16T05:58:14.582 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-01-16T05:58:14.582 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-01-16T05:58:14.582 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122387 s, 857 MB/s 2024-01-16T05:58:14.582 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-01-16T05:58:14.899 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:14 smithi071 bash[45291]: debug 2024-01-16T05:58:14.676+0000 7f69112b7ec0 -1 Falling back to public interface 2024-01-16T05:58:14.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi071:vg_nvme/lv_1 2024-01-16T05:58:15.190 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: cluster 2024-01-16T05:58:13.925829+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: cluster 2024-01-16T05:58:14.093408+0000 mon.a (mon.0) 305 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: cluster 2024-01-16T05:58:14.093431+0000 mon.a (mon.0) 306 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: cluster 2024-01-16T05:58:14.093700+0000 mon.a (mon.0) 307 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: cluster 2024-01-16T05:58:14.096905+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693] boot 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: cluster 2024-01-16T05:58:14.096946+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: audit 2024-01-16T05:58:14.097798+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:15.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[35187]: audit 2024-01-16T05:58:14.098028+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: cluster 2024-01-16T05:58:13.925829+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: cluster 2024-01-16T05:58:14.093408+0000 mon.a (mon.0) 305 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: cluster 2024-01-16T05:58:14.093431+0000 mon.a (mon.0) 306 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: cluster 2024-01-16T05:58:14.093700+0000 mon.a (mon.0) 307 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: cluster 2024-01-16T05:58:14.096905+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693] boot 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: cluster 2024-01-16T05:58:14.096946+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-16T05:58:15.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: audit 2024-01-16T05:58:14.097798+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:15.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[38584]: audit 2024-01-16T05:58:14.098028+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: cluster 2024-01-16T05:58:13.925829+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: cluster 2024-01-16T05:58:14.093408+0000 mon.a (mon.0) 305 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: cluster 2024-01-16T05:58:14.093431+0000 mon.a (mon.0) 306 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:15.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: cluster 2024-01-16T05:58:14.093700+0000 mon.a (mon.0) 307 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:58:15.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: cluster 2024-01-16T05:58:14.096905+0000 mon.a (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.71:6810/2230313693,v1:172.21.15.71:6811/2230313693] boot 2024-01-16T05:58:15.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: cluster 2024-01-16T05:58:14.096946+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-16T05:58:15.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: audit 2024-01-16T05:58:14.097798+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T05:58:15.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:15 smithi134 bash[35280]: audit 2024-01-16T05:58:14.098028+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:15.614 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:15 smithi071 bash[45291]: debug 2024-01-16T05:58:15.242+0000 7f69112b7ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-01-16T05:58:16.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: cluster 2024-01-16T05:58:15.107674+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-16T05:58:16.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.108299+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:16.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.246685+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:16.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.246979+0000 mon.a (mon.0) 314 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.644099+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: cluster 2024-01-16T05:58:15.107674+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-16T05:58:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.108299+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.246685+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.246979+0000 mon.a (mon.0) 314 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.644099+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.834861+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.837502+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[35187]: audit 2024-01-16T05:58:15.838561+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:16.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.834861+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:16.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.837502+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:16.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:16 smithi071 bash[38584]: audit 2024-01-16T05:58:15.838561+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: cluster 2024-01-16T05:58:15.107674+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.108299+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.246685+0000 mon.c (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.246979+0000 mon.a (mon.0) 314 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.644099+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.834861+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.837502+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374530\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374604\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374636\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374664\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:12.374692\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:12.374777\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:16 smithi134 bash[35280]: audit 2024-01-16T05:58:15.838561+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:17.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[45291]: debug 2024-01-16T05:58:17.120+0000 7f68f6064700 -1 osd.2 0 waiting for initial osdmap 2024-01-16T05:58:17.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[45291]: debug 2024-01-16T05:58:17.124+0000 7f6901280700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: cluster 2024-01-16T05:58:15.926129+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.123735+0000 mon.a (mon.0) 319 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: cluster 2024-01-16T05:58:16.123783+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.124190+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.124218+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.124585+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.206563+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.207083+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.207790+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: cluster 2024-01-16T05:58:15.926129+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.123735+0000 mon.a (mon.0) 319 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: cluster 2024-01-16T05:58:16.123783+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.124190+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.124218+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.124585+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.206563+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.207083+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.207790+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.966601+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"80266a3e5b45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965883\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:13.756347\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:16.965947\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:16.969352+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"80266a3e5b45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965883\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:13.756347\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:16.965947\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:17.119807+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: cluster 2024-01-16T05:58:17.119855+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-16T05:58:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[38584]: audit 2024-01-16T05:58:17.119983+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:17.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.966601+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"80266a3e5b45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965883\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:13.756347\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:16.965947\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:17.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:16.969352+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"80266a3e5b45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965883\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:13.756347\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:16.965947\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:17.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:17.119807+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:17.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: cluster 2024-01-16T05:58:17.119855+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-16T05:58:17.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:17 smithi071 bash[35187]: audit 2024-01-16T05:58:17.119983+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: cluster 2024-01-16T05:58:15.926129+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.123735+0000 mon.a (mon.0) 319 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: cluster 2024-01-16T05:58:16.123783+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.124190+0000 mon.c (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.124218+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.124585+0000 mon.a (mon.0) 322 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.206563+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.207083+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.207790+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.966601+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"80266a3e5b45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965883\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:13.756347\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:16.965947\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:16.969352+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"80266a3e5b45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965883\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:13.756347\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:10.537714\"}}, \"last_daemon_update\": \"2024-01-16T05:58:16.965947\", \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:17.119807+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: cluster 2024-01-16T05:58:17.119855+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-16T05:58:17.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:17 smithi134 bash[35280]: audit 2024-01-16T05:58:17.119983+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: audit 2024-01-16T05:58:16.205703+0000 mgr.y (mgr.14142) 70 : audit [DBG] from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: cephadm 2024-01-16T05:58:16.206294+0000 mgr.y (mgr.14142) 71 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: cluster 2024-01-16T05:58:16.276611+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: cluster 2024-01-16T05:58:16.276670+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: audit 2024-01-16T05:58:17.757817+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.71:0/2527246380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4fd66e86-53f8-444b-aac5-b66843a8e817"}]: dispatch 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: cluster 2024-01-16T05:58:17.762670+0000 mon.a (mon.0) 332 : cluster [INF] osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448] boot 2024-01-16T05:58:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: audit 2024-01-16T05:58:17.762718+0000 mon.a (mon.0) 333 : audit [INF] from='client.? 172.21.15.71:0/2527246380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4fd66e86-53f8-444b-aac5-b66843a8e817"}]': finished 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: cluster 2024-01-16T05:58:17.762758+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: audit 2024-01-16T05:58:17.762879+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[35187]: audit 2024-01-16T05:58:17.763181+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: audit 2024-01-16T05:58:16.205703+0000 mgr.y (mgr.14142) 70 : audit [DBG] from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: cephadm 2024-01-16T05:58:16.206294+0000 mgr.y (mgr.14142) 71 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: cluster 2024-01-16T05:58:16.276611+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: cluster 2024-01-16T05:58:16.276670+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: audit 2024-01-16T05:58:17.757817+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.71:0/2527246380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4fd66e86-53f8-444b-aac5-b66843a8e817"}]: dispatch 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: cluster 2024-01-16T05:58:17.762670+0000 mon.a (mon.0) 332 : cluster [INF] osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448] boot 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: audit 2024-01-16T05:58:17.762718+0000 mon.a (mon.0) 333 : audit [INF] from='client.? 172.21.15.71:0/2527246380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4fd66e86-53f8-444b-aac5-b66843a8e817"}]': finished 2024-01-16T05:58:18.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: cluster 2024-01-16T05:58:17.762758+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-16T05:58:18.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: audit 2024-01-16T05:58:17.762879+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:18.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:18 smithi071 bash[38584]: audit 2024-01-16T05:58:17.763181+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:18.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: audit 2024-01-16T05:58:16.205703+0000 mgr.y (mgr.14142) 70 : audit [DBG] from='client.14295 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: cephadm 2024-01-16T05:58:16.206294+0000 mgr.y (mgr.14142) 71 : cephadm [INF] Applying osd on host smithi071... 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: cluster 2024-01-16T05:58:16.276611+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: cluster 2024-01-16T05:58:16.276670+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: audit 2024-01-16T05:58:17.757817+0000 mon.a (mon.0) 331 : audit [INF] from='client.? 172.21.15.71:0/2527246380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4fd66e86-53f8-444b-aac5-b66843a8e817"}]: dispatch 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: cluster 2024-01-16T05:58:17.762670+0000 mon.a (mon.0) 332 : cluster [INF] osd.2 [v2:172.21.15.71:6818/466947448,v1:172.21.15.71:6819/466947448] boot 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: audit 2024-01-16T05:58:17.762718+0000 mon.a (mon.0) 333 : audit [INF] from='client.? 172.21.15.71:0/2527246380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4fd66e86-53f8-444b-aac5-b66843a8e817"}]': finished 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: cluster 2024-01-16T05:58:17.762758+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-16T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: audit 2024-01-16T05:58:17.762879+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:18.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:18 smithi134 bash[35280]: audit 2024-01-16T05:58:17.763181+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:19.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[35187]: cluster 2024-01-16T05:58:17.926447+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:19.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[35187]: audit 2024-01-16T05:58:18.518811+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.71:0/2875685147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:19.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[35187]: cluster 2024-01-16T05:58:18.771324+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-16T05:58:19.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[35187]: audit 2024-01-16T05:58:18.771490+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:19.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[38584]: cluster 2024-01-16T05:58:17.926447+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:19.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[38584]: audit 2024-01-16T05:58:18.518811+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.71:0/2875685147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:19.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[38584]: cluster 2024-01-16T05:58:18.771324+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-16T05:58:19.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:19 smithi071 bash[38584]: audit 2024-01-16T05:58:18.771490+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:19.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:19 smithi134 bash[35280]: cluster 2024-01-16T05:58:17.926447+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-16T05:58:19.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:19 smithi134 bash[35280]: audit 2024-01-16T05:58:18.518811+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.71:0/2875685147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:19.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:19 smithi134 bash[35280]: cluster 2024-01-16T05:58:18.771324+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-16T05:58:19.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:19 smithi134 bash[35280]: audit 2024-01-16T05:58:18.771490+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:20.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:20 smithi071 bash[35187]: cluster 2024-01-16T05:58:19.926717+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 640 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:20.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:20 smithi071 bash[35187]: cluster 2024-01-16T05:58:20.134376+0000 mon.a (mon.0) 339 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2024-01-16T05:58:20.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:20 smithi071 bash[35187]: cluster 2024-01-16T05:58:20.134403+0000 mon.a (mon.0) 340 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:20.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:20 smithi071 bash[38584]: cluster 2024-01-16T05:58:19.926717+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 640 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:20.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:20 smithi071 bash[38584]: cluster 2024-01-16T05:58:20.134376+0000 mon.a (mon.0) 339 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2024-01-16T05:58:20.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:20 smithi071 bash[38584]: cluster 2024-01-16T05:58:20.134403+0000 mon.a (mon.0) 340 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:20.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:20 smithi134 bash[35280]: cluster 2024-01-16T05:58:19.926717+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 640 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:20.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:20 smithi134 bash[35280]: cluster 2024-01-16T05:58:20.134376+0000 mon.a (mon.0) 339 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2024-01-16T05:58:20.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:20 smithi134 bash[35280]: cluster 2024-01-16T05:58:20.134403+0000 mon.a (mon.0) 340 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:21.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:21 smithi071 bash[35187]: audit 2024-01-16T05:58:20.728984+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:21.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:21 smithi071 bash[38584]: audit 2024-01-16T05:58:20.728984+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:21.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:21 smithi134 bash[35280]: audit 2024-01-16T05:58:20.728984+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[35187]: cluster 2024-01-16T05:58:21.926974+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 640 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[35187]: audit 2024-01-16T05:58:22.309205+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T05:58:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[35187]: audit 2024-01-16T05:58:22.309744+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[35187]: audit 2024-01-16T05:58:22.310285+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T05:58:23.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[38584]: cluster 2024-01-16T05:58:21.926974+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 640 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:23.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[38584]: audit 2024-01-16T05:58:22.309205+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T05:58:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[38584]: audit 2024-01-16T05:58:22.309744+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[38584]: audit 2024-01-16T05:58:22.310285+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T05:58:23.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:23 smithi134 bash[35280]: cluster 2024-01-16T05:58:21.926974+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 640 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:23 smithi134 bash[35280]: audit 2024-01-16T05:58:22.309205+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T05:58:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:23 smithi134 bash[35280]: audit 2024-01-16T05:58:22.309744+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:23 smithi134 bash[35280]: audit 2024-01-16T05:58:22.310285+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-16T05:58:23.561 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:23 smithi071 systemd[1]: Stopping Ceph osd.2 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:58:23.561 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[45291]: debug 2024-01-16T05:58:23.289+0000 7f6908aff700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:58:23.561 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[45291]: debug 2024-01-16T05:58:23.289+0000 7f6908aff700 -1 osd.2 26 *** Got signal Terminated *** 2024-01-16T05:58:23.561 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:23 smithi071 bash[45291]: debug 2024-01-16T05:58:23.289+0000 7f6908aff700 -1 osd.2 26 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T05:58:23.941 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:23 smithi071 podman[46563]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.2 2024-01-16T05:58:24.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cephadm 2024-01-16T05:58:22.310100+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-01-16T05:58:24.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.538788+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.538829+0000 mon.a (mon.0) 346 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.538967+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.539077+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.539208+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.939735+0000 mon.a (mon.0) 350 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.939877+0000 mon.a (mon.0) 351 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.939956+0000 mon.a (mon.0) 352 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:24 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.940095+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cephadm 2024-01-16T05:58:22.310100+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-01-16T05:58:24.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.538788+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.538829+0000 mon.a (mon.0) 346 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-01-16T05:58:24.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.538967+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.539077+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.539208+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.939735+0000 mon.a (mon.0) 350 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.939877+0000 mon.a (mon.0) 351 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.939956+0000 mon.a (mon.0) 352 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.940095+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cephadm 2024-01-16T05:58:22.310100+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.538788+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.538829+0000 mon.a (mon.0) 346 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.538967+0000 mon.a (mon.0) 347 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.539077+0000 mon.a (mon.0) 348 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.539208+0000 mon.a (mon.0) 349 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.939735+0000 mon.a (mon.0) 350 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.939877+0000 mon.a (mon.0) 351 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-16T05:58:24.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.939956+0000 mon.a (mon.0) 352 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:24 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.940095+0000 mon.a (mon.0) 353 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-16T05:58:24.720 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:24 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.2.service: Succeeded. 2024-01-16T05:58:24.720 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:24 smithi071 systemd[1]: Stopped Ceph osd.2 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:58:24.720 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:24 smithi071 systemd[1]: Starting Ceph osd.2 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:58:24.721 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:24 smithi071 podman[46698]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.2" found: no such container 2024-01-16T05:58:24.721 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:24 smithi071 systemd[1]: Started Ceph osd.2 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: cluster 2024-01-16T05:58:23.927270+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: cluster 2024-01-16T05:58:24.020909+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: cluster 2024-01-16T05:58:24.027508+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.027636+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.625669+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.626052+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.628781+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.630343+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.630997+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:25 smithi134 bash[35280]: audit 2024-01-16T05:58:24.631711+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-16T05:58:25.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T05:58:25.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-01-16T05:58:25.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-16T05:58:25.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-16T05:58:25.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T05:58:25.441 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-16T05:58:25.442 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[46714]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: cluster 2024-01-16T05:58:23.927270+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: cluster 2024-01-16T05:58:24.020909+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: cluster 2024-01-16T05:58:24.027508+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.027636+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.625669+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.626052+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.628781+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.630343+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.630997+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[35187]: audit 2024-01-16T05:58:24.631711+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: cluster 2024-01-16T05:58:23.927270+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: cluster 2024-01-16T05:58:24.020909+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: cluster 2024-01-16T05:58:24.027508+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.027636+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.625669+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.626052+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.628781+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.630343+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T05:58:25.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.630997+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:25.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:25 smithi071 bash[38584]: audit 2024-01-16T05:58:24.631711+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-16T05:58:26.019 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 2,3 on host 'smithi071' 2024-01-16T05:58:26.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[35187]: cephadm 2024-01-16T05:58:24.631471+0000 mgr.y (mgr.14142) 77 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-16T05:58:26.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[35187]: cluster 2024-01-16T05:58:25.028975+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-16T05:58:26.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[35187]: audit 2024-01-16T05:58:25.029668+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:26.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[38584]: cephadm 2024-01-16T05:58:24.631471+0000 mgr.y (mgr.14142) 77 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-16T05:58:26.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[38584]: cluster 2024-01-16T05:58:25.028975+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-16T05:58:26.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[38584]: audit 2024-01-16T05:58:25.029668+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:26.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[35187]: audit 2024-01-16T05:58:26.016116+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:26.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[35187]: audit 2024-01-16T05:58:26.018821+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:26.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[38584]: audit 2024-01-16T05:58:26.016116+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:26.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[38584]: audit 2024-01-16T05:58:26.018821+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:26.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:26 smithi134 bash[35280]: cephadm 2024-01-16T05:58:24.631471+0000 mgr.y (mgr.14142) 77 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-16T05:58:26.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:26 smithi134 bash[35280]: cluster 2024-01-16T05:58:25.028975+0000 mon.a (mon.0) 363 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-16T05:58:26.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:26 smithi134 bash[35280]: audit 2024-01-16T05:58:25.029668+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:26.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:26 smithi134 bash[35280]: audit 2024-01-16T05:58:26.016116+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:26.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:26 smithi134 bash[35280]: audit 2024-01-16T05:58:26.018821+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965682\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965771\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965801\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965829\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:16.965856\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_device_update\": \"2024-01-16T05:58:15.834079\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:26.458 DEBUG:teuthology.orchestra.run.smithi071:osd.3> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.3.service 2024-01-16T05:58:26.460 INFO:tasks.cephadm:Deploying osd.4 on smithi134 with /dev/vg_nvme/lv_4... 2024-01-16T05:58:26.460 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-16T05:58:26.493 INFO:journalctl@ceph.osd.3.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:58:26.941 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[46915]: debug 2024-01-16T05:58:26.570+0000 7f67b7167ec0 -1 Falling back to public interface 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-16T05:58:26.942 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:26 smithi071 bash[47050]: --> ceph-volume lvm activate successful for osd ID: 3 2024-01-16T05:58:27.166 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:27 smithi134 bash[35280]: cluster 2024-01-16T05:58:25.927544+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:27.166 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:27 smithi134 bash[35280]: audit 2024-01-16T05:58:26.601206+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:27.166 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:27 smithi134 bash[35280]: audit 2024-01-16T05:58:26.603937+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:27.166 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:27 smithi134 bash[35280]: audit 2024-01-16T05:58:26.604600+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:27.381 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[46915]: debug 2024-01-16T05:58:27.124+0000 7f67b7167ec0 -1 osd.2 26 log_to_monitors {default=true} 2024-01-16T05:58:27.381 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[46915]: debug 2024-01-16T05:58:27.131+0000 7f67ab138700 -1 osd.2 26 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:27.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[35187]: cluster 2024-01-16T05:58:25.927544+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:27.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[35187]: audit 2024-01-16T05:58:26.601206+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:27.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[35187]: audit 2024-01-16T05:58:26.603937+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:27.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[35187]: audit 2024-01-16T05:58:26.604600+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:27.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[38584]: cluster 2024-01-16T05:58:25.927544+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:27.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[38584]: audit 2024-01-16T05:58:26.601206+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:27.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[38584]: audit 2024-01-16T05:58:26.603937+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:27.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:27 smithi071 bash[38584]: audit 2024-01-16T05:58:26.604600+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:27.733 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-16T05:58:27.734 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-16T05:58:27.734 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-01-16T05:58:27.734 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-01-16T05:58:27.734 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0108884 s, 963 MB/s 2024-01-16T05:58:27.734 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-01-16T05:58:28.109 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_4 2024-01-16T05:58:28.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:28 smithi134 bash[35280]: audit 2024-01-16T05:58:27.127929+0000 mon.c (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:28.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:28 smithi134 bash[35280]: audit 2024-01-16T05:58:27.128198+0000 mon.a (mon.0) 370 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:28.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:28 smithi134 bash[35280]: audit 2024-01-16T05:58:27.128609+0000 mon.c (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:28.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:28 smithi134 bash[35280]: audit 2024-01-16T05:58:27.128821+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:28.441 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[47435]: debug 2024-01-16T05:58:28.174+0000 7ffb479c2ec0 -1 Falling back to public interface 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[35187]: audit 2024-01-16T05:58:27.127929+0000 mon.c (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[35187]: audit 2024-01-16T05:58:27.128198+0000 mon.a (mon.0) 370 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[35187]: audit 2024-01-16T05:58:27.128609+0000 mon.c (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[35187]: audit 2024-01-16T05:58:27.128821+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[38584]: audit 2024-01-16T05:58:27.127929+0000 mon.c (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[38584]: audit 2024-01-16T05:58:27.128198+0000 mon.a (mon.0) 370 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[38584]: audit 2024-01-16T05:58:27.128609+0000 mon.c (mon.1) 17 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:28.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[38584]: audit 2024-01-16T05:58:27.128821+0000 mon.a (mon.0) 371 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:28.995 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:28 smithi071 bash[47435]: debug 2024-01-16T05:58:28.738+0000 7ffb479c2ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-01-16T05:58:29.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: cluster 2024-01-16T05:58:27.927826+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: cluster 2024-01-16T05:58:28.039007+0000 mon.a (mon.0) 372 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: cluster 2024-01-16T05:58:28.039036+0000 mon.a (mon.0) 373 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: cluster 2024-01-16T05:58:28.050727+0000 mon.a (mon.0) 374 : cluster [INF] osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839] boot 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: cluster 2024-01-16T05:58:28.050765+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: audit 2024-01-16T05:58:28.051125+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: audit 2024-01-16T05:58:28.051515+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: audit 2024-01-16T05:58:28.740921+0000 mon.c (mon.1) 18 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: audit 2024-01-16T05:58:28.741173+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T05:58:29.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:29 smithi134 bash[35280]: audit 2024-01-16T05:58:29.044231+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:29.440 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: cluster 2024-01-16T05:58:27.927826+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: cluster 2024-01-16T05:58:28.039007+0000 mon.a (mon.0) 372 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: cluster 2024-01-16T05:58:28.039036+0000 mon.a (mon.0) 373 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: cluster 2024-01-16T05:58:28.050727+0000 mon.a (mon.0) 374 : cluster [INF] osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839] boot 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: cluster 2024-01-16T05:58:28.050765+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: audit 2024-01-16T05:58:28.051125+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: audit 2024-01-16T05:58:28.051515+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: audit 2024-01-16T05:58:28.740921+0000 mon.c (mon.1) 18 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: audit 2024-01-16T05:58:28.741173+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[38584]: audit 2024-01-16T05:58:29.044231+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: cluster 2024-01-16T05:58:27.927826+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: cluster 2024-01-16T05:58:28.039007+0000 mon.a (mon.0) 372 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: cluster 2024-01-16T05:58:28.039036+0000 mon.a (mon.0) 373 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: cluster 2024-01-16T05:58:28.050727+0000 mon.a (mon.0) 374 : cluster [INF] osd.2 [v2:172.21.15.71:6818/2936243839,v1:172.21.15.71:6819/2936243839] boot 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: cluster 2024-01-16T05:58:28.050765+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: audit 2024-01-16T05:58:28.051125+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: audit 2024-01-16T05:58:28.051515+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: audit 2024-01-16T05:58:28.740921+0000 mon.c (mon.1) 18 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: audit 2024-01-16T05:58:28.741173+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T05:58:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:29 smithi071 bash[35187]: audit 2024-01-16T05:58:29.044231+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.051218+0000 mon.a (mon.0) 380 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: cluster 2024-01-16T05:58:29.051286+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.051982+0000 mon.c (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.052193+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.052486+0000 mon.a (mon.0) 383 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.227780+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.232937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:30.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.234000+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.303957+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.304468+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:29.305201+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: cluster 2024-01-16T05:58:29.725241+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: cluster 2024-01-16T05:58:29.725299+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:30.049424+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: cluster 2024-01-16T05:58:30.049473+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-16T05:58:30.163 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:30 smithi134 bash[35280]: audit 2024-01-16T05:58:30.049597+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:30.441 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[47435]: debug 2024-01-16T05:58:30.051+0000 7ffb30777700 -1 osd.3 0 waiting for initial osdmap 2024-01-16T05:58:30.441 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[47435]: debug 2024-01-16T05:58:30.055+0000 7ffb3b993700 -1 osd.3 31 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:30.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.051218+0000 mon.a (mon.0) 380 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T05:58:30.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: cluster 2024-01-16T05:58:29.051286+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-16T05:58:30.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.051982+0000 mon.c (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:30.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.052193+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:30.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.052486+0000 mon.a (mon.0) 383 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:30.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.051218+0000 mon.a (mon.0) 380 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T05:58:30.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: cluster 2024-01-16T05:58:29.051286+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-16T05:58:30.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.051982+0000 mon.c (mon.1) 19 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:30.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.052193+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:30.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.052486+0000 mon.a (mon.0) 383 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-16T05:58:30.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.227780+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.227780+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.232937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.234000+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.303957+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.304468+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:29.305201+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: cluster 2024-01-16T05:58:29.725241+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: cluster 2024-01-16T05:58:29.725299+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:30.049424+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: cluster 2024-01-16T05:58:30.049473+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[35187]: audit 2024-01-16T05:58:30.049597+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.232937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600238\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600310\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600342\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600370\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600398\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:26.600426\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:26.600509\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.234000+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.303957+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.304468+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:29.305201+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: cluster 2024-01-16T05:58:29.725241+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: cluster 2024-01-16T05:58:29.725299+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:30.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:30.049424+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-16T05:58:30.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: cluster 2024-01-16T05:58:30.049473+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-16T05:58:30.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:30 smithi071 bash[38584]: audit 2024-01-16T05:58:30.049597+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:29.302983+0000 mgr.y (mgr.14142) 80 : audit [DBG] from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: cephadm 2024-01-16T05:58:29.303733+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: cluster 2024-01-16T05:58:29.928167+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v78: 1 pgs: 1 peering; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:29.302983+0000 mgr.y (mgr.14142) 80 : audit [DBG] from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: cephadm 2024-01-16T05:58:29.303733+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: cluster 2024-01-16T05:58:29.928167+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v78: 1 pgs: 1 peering; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:31.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.097785+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:30.097101\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:31.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.100833+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:30.097101\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.763141+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.134:0/2813316468' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]: dispatch 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.763707+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]: dispatch 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: cluster 2024-01-16T05:58:30.768933+0000 mon.a (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220] boot 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.768986+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]': finished 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: cluster 2024-01-16T05:58:30.769020+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.769179+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[35187]: audit 2024-01-16T05:58:30.769615+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:31.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.097785+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:30.097101\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.100833+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:30.097101\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.763141+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.134:0/2813316468' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]: dispatch 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.763707+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]: dispatch 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: cluster 2024-01-16T05:58:30.768933+0000 mon.a (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220] boot 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.768986+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]': finished 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: cluster 2024-01-16T05:58:30.769020+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.769179+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:31.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:31 smithi071 bash[38584]: audit 2024-01-16T05:58:30.769615+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:29.302983+0000 mgr.y (mgr.14142) 80 : audit [DBG] from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: cephadm 2024-01-16T05:58:29.303733+0000 mgr.y (mgr.14142) 81 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: cluster 2024-01-16T05:58:29.928167+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v78: 1 pgs: 1 peering; 0 B data, 720 KiB used, 265 GiB / 268 GiB avail 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.097785+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:30.097101\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.100833+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}}, \"last_daemon_update\": \"2024-01-16T05:58:30.097101\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.763141+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.134:0/2813316468' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]: dispatch 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.763707+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]: dispatch 2024-01-16T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: cluster 2024-01-16T05:58:30.768933+0000 mon.a (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.71:6826/3673003220,v1:172.21.15.71:6827/3673003220] boot 2024-01-16T05:58:31.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.768986+0000 mon.a (mon.0) 397 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8fdf9fe5-870e-4940-bfa4-078fbe01d21c"}]': finished 2024-01-16T05:58:31.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: cluster 2024-01-16T05:58:30.769020+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2024-01-16T05:58:31.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.769179+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T05:58:31.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:31 smithi134 bash[35280]: audit 2024-01-16T05:58:30.769615+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:32 smithi071 bash[35187]: audit 2024-01-16T05:58:31.506500+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.134:0/3780098492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:32.456 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:32 smithi071 bash[38584]: audit 2024-01-16T05:58:31.506500+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.134:0/3780098492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:32.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:32 smithi134 bash[35280]: audit 2024-01-16T05:58:31.506500+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.134:0/3780098492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:33.408 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:33 smithi134 bash[35280]: cluster 2024-01-16T05:58:31.928571+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v81: 1 pgs: 1 peering; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:33.408 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:33 smithi134 bash[35280]: cluster 2024-01-16T05:58:32.068561+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-16T05:58:33.408 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:33 smithi134 bash[35280]: audit 2024-01-16T05:58:32.068850+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:33 smithi071 bash[35187]: cluster 2024-01-16T05:58:31.928571+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v81: 1 pgs: 1 peering; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:33 smithi071 bash[35187]: cluster 2024-01-16T05:58:32.068561+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-16T05:58:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:33 smithi071 bash[35187]: audit 2024-01-16T05:58:32.068850+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:33 smithi071 bash[38584]: cluster 2024-01-16T05:58:31.928571+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v81: 1 pgs: 1 peering; 0 B data, 984 KiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:33 smithi071 bash[38584]: cluster 2024-01-16T05:58:32.068561+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-16T05:58:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:33 smithi071 bash[38584]: audit 2024-01-16T05:58:32.068850+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:34.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:34 smithi134 bash[35280]: audit 2024-01-16T05:58:33.713051+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:34.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:34 smithi071 bash[35187]: audit 2024-01-16T05:58:33.713051+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:34.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:34 smithi071 bash[38584]: audit 2024-01-16T05:58:33.713051+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:35.292 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:35 smithi134 bash[35280]: cluster 2024-01-16T05:58:33.928995+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:35 smithi071 bash[35187]: cluster 2024-01-16T05:58:33.928995+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:35 smithi071 bash[38584]: cluster 2024-01-16T05:58:33.928995+0000 mgr.y (mgr.14142) 84 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:36.312 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 4 on host 'smithi134' 2024-01-16T05:58:36.341 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[35280]: audit 2024-01-16T05:58:35.234927+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T05:58:36.341 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[35280]: audit 2024-01-16T05:58:35.235675+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:36.341 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[35280]: audit 2024-01-16T05:58:35.236420+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T05:58:36.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:36 smithi071 bash[35187]: audit 2024-01-16T05:58:35.234927+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T05:58:36.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:36 smithi071 bash[35187]: audit 2024-01-16T05:58:35.235675+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:36.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:36 smithi071 bash[35187]: audit 2024-01-16T05:58:35.236420+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T05:58:36.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:36 smithi071 bash[38584]: audit 2024-01-16T05:58:35.234927+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T05:58:36.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:36 smithi071 bash[38584]: audit 2024-01-16T05:58:35.235675+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:36.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:36 smithi071 bash[38584]: audit 2024-01-16T05:58:35.236420+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T05:58:36.743 DEBUG:teuthology.orchestra.run.smithi134:osd.4> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.4.service 2024-01-16T05:58:36.745 INFO:tasks.cephadm:Deploying osd.5 on smithi134 with /dev/vg_nvme/lv_3... 2024-01-16T05:58:36.745 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-16T05:58:36.782 INFO:journalctl@ceph.osd.4.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:58:36.868 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T05:58:36.868 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-01-16T05:58:36.869 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-16T05:58:36.869 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-16T05:58:36.869 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T05:58:36.869 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T05:58:36.869 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:36 smithi134 bash[37453]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-16T05:58:37.243 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:37 smithi134 bash[35280]: cephadm 2024-01-16T05:58:35.236172+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-16T05:58:37.243 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:37 smithi134 bash[35280]: cluster 2024-01-16T05:58:35.929428+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:37.243 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:37 smithi134 bash[35280]: audit 2024-01-16T05:58:36.307364+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:37.243 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:37 smithi134 bash[35280]: audit 2024-01-16T05:58:36.307813+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:37.243 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:37 smithi134 bash[35280]: audit 2024-01-16T05:58:36.310549+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[35187]: cephadm 2024-01-16T05:58:35.236172+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-16T05:58:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[35187]: cluster 2024-01-16T05:58:35.929428+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[35187]: audit 2024-01-16T05:58:36.307364+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[38584]: cephadm 2024-01-16T05:58:35.236172+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-16T05:58:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[38584]: cluster 2024-01-16T05:58:35.929428+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[38584]: audit 2024-01-16T05:58:36.307364+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:37.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[35187]: audit 2024-01-16T05:58:36.307813+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:37.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[35187]: audit 2024-01-16T05:58:36.310549+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:37.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[38584]: audit 2024-01-16T05:58:36.307813+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:37.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:37 smithi071 bash[38584]: audit 2024-01-16T05:58:36.310549+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.065980\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:57:33.066053\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_device_update\": \"2024-01-16T05:57:01.657365\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:38.251 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:38 smithi134 bash[35280]: audit 2024-01-16T05:58:37.915445+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:38.252 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:38 smithi134 bash[35280]: audit 2024-01-16T05:58:37.918538+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:38.252 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:38 smithi134 bash[35280]: audit 2024-01-16T05:58:37.919158+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:38.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:38 smithi071 bash[35187]: audit 2024-01-16T05:58:37.915445+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:38.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:38 smithi071 bash[35187]: audit 2024-01-16T05:58:37.918538+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:38.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:38 smithi071 bash[35187]: audit 2024-01-16T05:58:37.919158+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:38.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:38 smithi071 bash[38584]: audit 2024-01-16T05:58:37.915445+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:38.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:38 smithi071 bash[38584]: audit 2024-01-16T05:58:37.918538+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:38.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:38 smithi071 bash[38584]: audit 2024-01-16T05:58:37.919158+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:38.467 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-16T05:58:38.467 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-16T05:58:38.467 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-01-16T05:58:38.467 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-01-16T05:58:38.467 INFO:teuthology.orchestra.run.smithi134.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0155933 s, 672 MB/s 2024-01-16T05:58:38.467 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-01-16T05:58:38.506 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:38 smithi134 bash[37729]: debug 2024-01-16T05:58:38.400+0000 7fed0383aec0 -1 Falling back to public interface 2024-01-16T05:58:38.794 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_3 2024-01-16T05:58:39.043 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:38 smithi134 bash[37729]: debug 2024-01-16T05:58:38.963+0000 7fed0383aec0 -1 osd.4 0 log_to_monitors {default=true} 2024-01-16T05:58:39.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:39 smithi071 bash[35187]: cluster 2024-01-16T05:58:37.929792+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:39.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:39 smithi071 bash[35187]: audit 2024-01-16T05:58:38.966663+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:39.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:39 smithi071 bash[35187]: audit 2024-01-16T05:58:38.967007+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:39.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:39 smithi071 bash[38584]: cluster 2024-01-16T05:58:37.929792+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:39.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:39 smithi071 bash[38584]: audit 2024-01-16T05:58:38.966663+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:39.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:39 smithi071 bash[38584]: audit 2024-01-16T05:58:38.967007+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:39 smithi134 bash[35280]: cluster 2024-01-16T05:58:37.929792+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:39 smithi134 bash[35280]: audit 2024-01-16T05:58:38.966663+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:39 smithi134 bash[35280]: audit 2024-01-16T05:58:38.967007+0000 mon.a (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:39.921678+0000 mon.a (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: cluster 2024-01-16T05:58:39.921745+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:39.921872+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:39.922193+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:39.922518+0000 mon.a (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: cluster 2024-01-16T05:58:39.930193+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:41.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: cluster 2024-01-16T05:58:39.958210+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: cluster 2024-01-16T05:58:39.958261+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.156231+0000 mgr.y (mgr.14142) 89 : audit [DBG] from='client.24218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: cephadm 2024-01-16T05:58:40.156960+0000 mgr.y (mgr.14142) 90 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.157236+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.157927+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.158938+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.366588+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:39.921678+0000 mon.a (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: cluster 2024-01-16T05:58:39.921745+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-16T05:58:41.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:39.921872+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:39.922193+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:39.922518+0000 mon.a (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: cluster 2024-01-16T05:58:39.930193+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: cluster 2024-01-16T05:58:39.958210+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: cluster 2024-01-16T05:58:39.958261+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.156231+0000 mgr.y (mgr.14142) 89 : audit [DBG] from='client.24218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: cephadm 2024-01-16T05:58:40.156960+0000 mgr.y (mgr.14142) 90 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.157236+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.157927+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.158938+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.366588+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:41.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.558180+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:41.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[38584]: audit 2024-01-16T05:58:40.561230+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:41.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.558180+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:41.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:40 smithi071 bash[35187]: audit 2024-01-16T05:58:40.561230+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:41.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[37729]: debug 2024-01-16T05:58:40.926+0000 7fece85e7700 -1 osd.4 0 waiting for initial osdmap 2024-01-16T05:58:41.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[37729]: debug 2024-01-16T05:58:40.934+0000 7fecf3803700 -1 osd.4 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:39.921678+0000 mon.a (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: cluster 2024-01-16T05:58:39.921745+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:39.921872+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:39.922193+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:39.922518+0000 mon.a (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: cluster 2024-01-16T05:58:39.930193+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-16T05:58:41.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: cluster 2024-01-16T05:58:39.958210+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: cluster 2024-01-16T05:58:39.958261+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.156231+0000 mgr.y (mgr.14142) 89 : audit [DBG] from='client.24218 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: cephadm 2024-01-16T05:58:40.156960+0000 mgr.y (mgr.14142) 90 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.157236+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.157927+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.158938+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.366588+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.558180+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:41.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:40 smithi134 bash[35280]: audit 2024-01-16T05:58:40.561230+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"a272633ab057\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914735\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:37.398969\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:35.234633\"}}, \"last_daemon_update\": \"2024-01-16T05:58:37.914823\", \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:40.924163+0000 mon.a (mon.0) 424 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: cluster 2024-01-16T05:58:40.924230+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:40.924967+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:41.625395+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.134:0/1454111654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]: dispatch 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:41.625769+0000 mon.a (mon.0) 427 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]: dispatch 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: cluster 2024-01-16T05:58:41.631503+0000 mon.a (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203] boot 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:41.631559+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]': finished 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: cluster 2024-01-16T05:58:41.631595+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:41.631759+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:42.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[35187]: audit 2024-01-16T05:58:41.632341+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:40.924163+0000 mon.a (mon.0) 424 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: cluster 2024-01-16T05:58:40.924230+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:40.924967+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:41.625395+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.134:0/1454111654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]: dispatch 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:41.625769+0000 mon.a (mon.0) 427 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]: dispatch 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: cluster 2024-01-16T05:58:41.631503+0000 mon.a (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203] boot 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:41.631559+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]': finished 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: cluster 2024-01-16T05:58:41.631595+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:41.631759+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:42.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:41 smithi071 bash[38584]: audit 2024-01-16T05:58:41.632341+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:40.924163+0000 mon.a (mon.0) 424 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: cluster 2024-01-16T05:58:40.924230+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:40.924967+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:41.625395+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.134:0/1454111654' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]: dispatch 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:41.625769+0000 mon.a (mon.0) 427 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]: dispatch 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: cluster 2024-01-16T05:58:41.631503+0000 mon.a (mon.0) 428 : cluster [INF] osd.4 [v2:172.21.15.134:6800/4076289203,v1:172.21.15.134:6801/4076289203] boot 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:41.631559+0000 mon.a (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "49024cef-9e32-4982-b14f-f2f997e9c540"}]': finished 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: cluster 2024-01-16T05:58:41.631595+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:41.631759+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:41 smithi134 bash[35280]: audit 2024-01-16T05:58:41.632341+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:43 smithi134 bash[35280]: cluster 2024-01-16T05:58:41.930497+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:43 smithi134 bash[35280]: audit 2024-01-16T05:58:42.387739+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.134:0/1637460414' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:43 smithi134 bash[35280]: cluster 2024-01-16T05:58:42.634603+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-01-16T05:58:43.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:43 smithi134 bash[35280]: audit 2024-01-16T05:58:42.634794+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[35187]: cluster 2024-01-16T05:58:41.930497+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[35187]: audit 2024-01-16T05:58:42.387739+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.134:0/1637460414' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[35187]: cluster 2024-01-16T05:58:42.634603+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[35187]: audit 2024-01-16T05:58:42.634794+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[38584]: cluster 2024-01-16T05:58:41.930497+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[38584]: audit 2024-01-16T05:58:42.387739+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.134:0/1637460414' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[38584]: cluster 2024-01-16T05:58:42.634603+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-01-16T05:58:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:43 smithi071 bash[38584]: audit 2024-01-16T05:58:42.634794+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:45.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:45 smithi134 bash[35280]: cluster 2024-01-16T05:58:43.930853+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:45.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:45 smithi134 bash[35280]: audit 2024-01-16T05:58:44.659400+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:45 smithi071 bash[35187]: cluster 2024-01-16T05:58:43.930853+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:45 smithi071 bash[35187]: audit 2024-01-16T05:58:44.659400+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:45.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:45 smithi071 bash[38584]: cluster 2024-01-16T05:58:43.930853+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:45.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:45 smithi071 bash[38584]: audit 2024-01-16T05:58:44.659400+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:47.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:47 smithi134 systemd[1]: Stopping Ceph osd.4 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:58:47.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[37729]: debug 2024-01-16T05:58:47.071+0000 7fecfb082700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:58:47.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[37729]: debug 2024-01-16T05:58:47.071+0000 7fecfb082700 -1 osd.4 37 *** Got signal Terminated *** 2024-01-16T05:58:47.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[37729]: debug 2024-01-16T05:58:47.071+0000 7fecfb082700 -1 osd.4 37 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T05:58:47.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[35280]: cluster 2024-01-16T05:58:45.931204+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:47.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[35280]: audit 2024-01-16T05:58:46.162476+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T05:58:47.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[35280]: audit 2024-01-16T05:58:46.163312+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:47.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[35280]: cephadm 2024-01-16T05:58:46.163925+0000 mgr.y (mgr.14142) 94 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-16T05:58:47.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:47 smithi134 bash[35280]: audit 2024-01-16T05:58:46.164236+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[35187]: cluster 2024-01-16T05:58:45.931204+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[35187]: audit 2024-01-16T05:58:46.162476+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[35187]: audit 2024-01-16T05:58:46.163312+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[35187]: cephadm 2024-01-16T05:58:46.163925+0000 mgr.y (mgr.14142) 94 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[35187]: audit 2024-01-16T05:58:46.164236+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[38584]: cluster 2024-01-16T05:58:45.931204+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:47.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[38584]: audit 2024-01-16T05:58:46.162476+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T05:58:47.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[38584]: audit 2024-01-16T05:58:46.163312+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:47.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[38584]: cephadm 2024-01-16T05:58:46.163925+0000 mgr.y (mgr.14142) 94 : cephadm [INF] Deploying daemon osd.4 on smithi134 2024-01-16T05:58:47.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:47 smithi071 bash[38584]: audit 2024-01-16T05:58:46.164236+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-16T05:58:47.668 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:47 smithi134 podman[38915]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.4 2024-01-16T05:58:48.288 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.4.service: Succeeded. 2024-01-16T05:58:48.288 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 systemd[1]: Stopped Ceph osd.4 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:58:48.288 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 systemd[1]: Starting Ceph osd.4 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:58:48.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 podman[39051]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.4" found: no such container 2024-01-16T05:58:48.289 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 systemd[1]: Started Ceph osd.4 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.119571+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.119602+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.119877+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.120034+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.120172+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.120318+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.319974+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320121+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320254+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320499+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320588+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320748+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320878+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.320996+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.321111+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.321237+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.720888+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.720955+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721107+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721237+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721362+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721499+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721652+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721769+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.721904+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.722036+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.119571+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.119602+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-01-16T05:58:48.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.119877+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.120034+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.120172+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.120318+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.319974+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320121+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320254+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320499+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320588+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320748+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320878+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.320996+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.321111+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.321237+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.720888+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.720955+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721107+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721237+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721362+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721499+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721652+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721769+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.721904+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.722036+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.119571+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.119602+0000 mon.a (mon.0) 440 : cluster [INF] osd.4 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.119877+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.120034+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.120172+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.120318+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.319974+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320121+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320254+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320499+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320588+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320748+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320878+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.320996+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.321111+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.321237+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.720888+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.720955+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721107+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721237+0000 mon.a (mon.0) 458 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721362+0000 mon.a (mon.0) 459 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721499+0000 mon.a (mon.0) 460 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721652+0000 mon.a (mon.0) 461 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:48.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721769+0000 mon.a (mon.0) 462 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-16T05:58:48.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.721904+0000 mon.a (mon.0) 463 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-16T05:58:48.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:48 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.722036+0000 mon.a (mon.0) 464 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-16T05:58:49.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:48 smithi134 bash[39067]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-16T05:58:49.295 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: cluster 2024-01-16T05:58:47.931529+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:49.295 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: cluster 2024-01-16T05:58:48.030714+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:49.295 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: cluster 2024-01-16T05:58:48.030751+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T05:58:49.295 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: cluster 2024-01-16T05:58:48.040655+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e38: 6 total, 4 up, 5 in 2024-01-16T05:58:49.295 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.041532+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:49.295 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.257322+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:49.296 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.257803+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:49.296 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.260638+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:49.296 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.261845+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T05:58:49.296 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.263049+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:49.296 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:49 smithi134 bash[35280]: audit 2024-01-16T05:58:48.263965+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T05:58:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: cluster 2024-01-16T05:58:47.931529+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: cluster 2024-01-16T05:58:48.030714+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: cluster 2024-01-16T05:58:48.030751+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T05:58:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: cluster 2024-01-16T05:58:48.040655+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e38: 6 total, 4 up, 5 in 2024-01-16T05:58:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.041532+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: cluster 2024-01-16T05:58:47.931529+0000 mgr.y (mgr.14142) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: cluster 2024-01-16T05:58:48.030714+0000 mon.a (mon.0) 465 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: cluster 2024-01-16T05:58:48.030751+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: cluster 2024-01-16T05:58:48.040655+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e38: 6 total, 4 up, 5 in 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.041532+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.257322+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:49.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.257803+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.260638+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.261845+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.263049+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[35187]: audit 2024-01-16T05:58:48.263965+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.257322+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.257803+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.260638+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.261845+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.263049+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:49.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:49 smithi071 bash[38584]: audit 2024-01-16T05:58:48.263965+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T05:58:49.612 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 4,5 on host 'smithi134' 2024-01-16T05:58:49.968 DEBUG:teuthology.orchestra.run.smithi134:osd.5> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.5.service 2024-01-16T05:58:49.970 INFO:tasks.cephadm:Deploying osd.6 on smithi134 with /dev/vg_nvme/lv_2... 2024-01-16T05:58:49.970 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-16T05:58:50.002 INFO:journalctl@ceph.osd.5.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:58:50.079 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[35280]: cephadm 2024-01-16T05:58:48.263644+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-01-16T05:58:50.079 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[35280]: cluster 2024-01-16T05:58:49.039491+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-16T05:58:50.079 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[35280]: audit 2024-01-16T05:58:49.040021+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:50.079 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[35280]: audit 2024-01-16T05:58:49.607730+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:50.079 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[35280]: audit 2024-01-16T05:58:49.611409+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:50.344 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39273]: debug 2024-01-16T05:58:50.164+0000 7f25ac90bec0 -1 Falling back to public interface 2024-01-16T05:58:50.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[35187]: cephadm 2024-01-16T05:58:48.263644+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-01-16T05:58:50.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[35187]: cluster 2024-01-16T05:58:49.039491+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-16T05:58:50.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[35187]: audit 2024-01-16T05:58:49.040021+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:50.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[38584]: cephadm 2024-01-16T05:58:48.263644+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-01-16T05:58:50.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[38584]: cluster 2024-01-16T05:58:49.039491+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-16T05:58:50.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[38584]: audit 2024-01-16T05:58:49.040021+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:50.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[35187]: audit 2024-01-16T05:58:49.607730+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:50.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[35187]: audit 2024-01-16T05:58:49.611409+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:50.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[38584]: audit 2024-01-16T05:58:49.607730+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:50.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:50 smithi071 bash[38584]: audit 2024-01-16T05:58:49.611409+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914607\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:37.914698\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_device_update\": \"2024-01-16T05:58:40.557603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T05:58:50.701 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39391]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-16T05:58:51.038 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39273]: debug 2024-01-16T05:58:50.745+0000 7f25ac90bec0 -1 osd.4 37 log_to_monitors {default=true} 2024-01-16T05:58:51.039 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 05:58:50 smithi134 bash[39273]: debug 2024-01-16T05:58:50.752+0000 7f259c8d4700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: cluster 2024-01-16T05:58:49.931920+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:51.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: cluster 2024-01-16T05:58:49.931920+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.092508+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.097513+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.098176+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.749880+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.750187+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.750713+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:51.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[35187]: audit 2024-01-16T05:58:50.750951+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.092508+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.097513+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.098176+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.749880+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.750187+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.750713+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:51.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:51 smithi071 bash[38584]: audit 2024-01-16T05:58:50.750951+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: cluster 2024-01-16T05:58:49.931920+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.092508+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.097513+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.098176+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.749880+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.750187+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.750713+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:51.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[35280]: audit 2024-01-16T05:58:50.750951+0000 mon.a (mon.0) 483 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:52.026 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:51 smithi134 bash[39812]: debug 2024-01-16T05:58:51.816+0000 7f318fe46ec0 -1 Falling back to public interface 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: cluster 2024-01-16T05:58:51.611577+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: cluster 2024-01-16T05:58:51.611630+0000 mon.a (mon.0) 485 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: cluster 2024-01-16T05:58:51.611643+0000 mon.a (mon.0) 486 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: cluster 2024-01-16T05:58:51.621137+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713] boot 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: cluster 2024-01-16T05:58:51.621198+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: audit 2024-01-16T05:58:51.621346+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:52.387 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[35280]: audit 2024-01-16T05:58:51.621814+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:52.388 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:52 smithi134 bash[39812]: debug 2024-01-16T05:58:52.386+0000 7f318fe46ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-01-16T05:58:52.408 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-16T05:58:52.408 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-16T05:58:52.408 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-01-16T05:58:52.408 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-01-16T05:58:52.408 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0139173 s, 753 MB/s 2024-01-16T05:58:52.408 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: cluster 2024-01-16T05:58:51.611577+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: cluster 2024-01-16T05:58:51.611630+0000 mon.a (mon.0) 485 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: cluster 2024-01-16T05:58:51.611643+0000 mon.a (mon.0) 486 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: cluster 2024-01-16T05:58:51.621137+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713] boot 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: cluster 2024-01-16T05:58:51.621198+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: audit 2024-01-16T05:58:51.621346+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[35187]: audit 2024-01-16T05:58:51.621814+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: cluster 2024-01-16T05:58:51.611577+0000 mon.a (mon.0) 484 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: cluster 2024-01-16T05:58:51.611630+0000 mon.a (mon.0) 485 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: cluster 2024-01-16T05:58:51.611643+0000 mon.a (mon.0) 486 : cluster [INF] Cluster is now healthy 2024-01-16T05:58:52.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: cluster 2024-01-16T05:58:51.621137+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.134:6800/914362713,v1:172.21.15.134:6801/914362713] boot 2024-01-16T05:58:52.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: cluster 2024-01-16T05:58:51.621198+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-01-16T05:58:52.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: audit 2024-01-16T05:58:51.621346+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T05:58:52.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:52 smithi071 bash[38584]: audit 2024-01-16T05:58:51.621814+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:53.032 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_2 2024-01-16T05:58:53.268 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: cluster 2024-01-16T05:58:51.932304+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:53.268 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: audit 2024-01-16T05:58:52.391184+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:58:53.268 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: audit 2024-01-16T05:58:52.391532+0000 mon.a (mon.0) 491 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:58:53.268 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: audit 2024-01-16T05:58:52.620125+0000 mon.a (mon.0) 492 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T05:58:53.268 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: cluster 2024-01-16T05:58:52.620185+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-16T05:58:53.268 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: audit 2024-01-16T05:58:52.620360+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:53.269 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: audit 2024-01-16T05:58:52.620705+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:53.269 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[35280]: audit 2024-01-16T05:58:52.621025+0000 mon.a (mon.0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: cluster 2024-01-16T05:58:51.932304+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: audit 2024-01-16T05:58:52.391184+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: audit 2024-01-16T05:58:52.391532+0000 mon.a (mon.0) 491 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: audit 2024-01-16T05:58:52.620125+0000 mon.a (mon.0) 492 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: cluster 2024-01-16T05:58:52.620185+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: audit 2024-01-16T05:58:52.620360+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: audit 2024-01-16T05:58:52.620705+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[35187]: audit 2024-01-16T05:58:52.621025+0000 mon.a (mon.0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: cluster 2024-01-16T05:58:51.932304+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: audit 2024-01-16T05:58:52.391184+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: audit 2024-01-16T05:58:52.391532+0000 mon.a (mon.0) 491 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: audit 2024-01-16T05:58:52.620125+0000 mon.a (mon.0) 492 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: cluster 2024-01-16T05:58:52.620185+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: audit 2024-01-16T05:58:52.620360+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: audit 2024-01-16T05:58:52.620705+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[38584]: audit 2024-01-16T05:58:52.621025+0000 mon.a (mon.0) 495 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:58:53.831 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[39812]: debug 2024-01-16T05:58:53.627+0000 7f3174bf3700 -1 osd.5 0 waiting for initial osdmap 2024-01-16T05:58:53.831 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:58:53 smithi134 bash[39812]: debug 2024-01-16T05:58:53.633+0000 7f317fe0f700 -1 osd.5 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:58:53.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[42564]: debug 2024-01-16T05:58:53.622+0000 7f82d3840700 -1 osd.0 42 build_incremental_map_msg missing incremental map 42 2024-01-16T05:58:53.941 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[44726]: debug 2024-01-16T05:58:53.623+0000 7efd1c822700 -1 osd.1 42 build_incremental_map_msg missing incremental map 42 2024-01-16T05:58:53.941 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 05:58:53 smithi071 bash[47435]: debug 2024-01-16T05:58:53.623+0000 7ffb25967700 -1 osd.3 42 build_incremental_map_msg missing incremental map 42 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: audit 2024-01-16T05:58:53.111428+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: audit 2024-01-16T05:58:53.306156+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: audit 2024-01-16T05:58:53.309294+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: audit 2024-01-16T05:58:53.310749+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: audit 2024-01-16T05:58:53.626533+0000 mon.a (mon.0) 500 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: cluster 2024-01-16T05:58:53.626583+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-16T05:58:54.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:54 smithi134 bash[35280]: audit 2024-01-16T05:58:53.626738+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:54.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: audit 2024-01-16T05:58:53.111428+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:54.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: audit 2024-01-16T05:58:53.111428+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:54.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: audit 2024-01-16T05:58:53.306156+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:54.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: audit 2024-01-16T05:58:53.306156+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:54.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: audit 2024-01-16T05:58:53.309294+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:54.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: audit 2024-01-16T05:58:53.310749+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:54.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: audit 2024-01-16T05:58:53.626533+0000 mon.a (mon.0) 500 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:58:54.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: cluster 2024-01-16T05:58:53.626583+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-16T05:58:54.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[38584]: audit 2024-01-16T05:58:53.626738+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:54.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: audit 2024-01-16T05:58:53.309294+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091644\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091749\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:50.091785\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:50.091866\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:54.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: audit 2024-01-16T05:58:53.310749+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:58:54.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: audit 2024-01-16T05:58:53.626533+0000 mon.a (mon.0) 500 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:58:54.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: cluster 2024-01-16T05:58:53.626583+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-16T05:58:54.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:54 smithi071 bash[35187]: audit 2024-01-16T05:58:53.626738+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: cluster 2024-01-16T05:58:53.415871+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: cluster 2024-01-16T05:58:53.415924+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: cluster 2024-01-16T05:58:53.932797+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: audit 2024-01-16T05:58:54.319268+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: audit 2024-01-16T05:58:54.319930+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: audit 2024-01-16T05:58:54.321033+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: audit 2024-01-16T05:58:54.404344+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"90a6e904d593\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403649\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:58:51.055059\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:54.403748\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: audit 2024-01-16T05:58:54.407480+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"90a6e904d593\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403649\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:58:51.055059\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:54.403748\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: cluster 2024-01-16T05:58:54.632702+0000 mon.a (mon.0) 508 : cluster [INF] osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310] boot 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: cluster 2024-01-16T05:58:54.632744+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-01-16T05:58:55.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:55 smithi134 bash[35280]: audit 2024-01-16T05:58:54.632895+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: cluster 2024-01-16T05:58:53.415871+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: cluster 2024-01-16T05:58:53.415924+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: cluster 2024-01-16T05:58:53.932797+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: audit 2024-01-16T05:58:54.319268+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: audit 2024-01-16T05:58:54.319930+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: audit 2024-01-16T05:58:54.321033+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: cluster 2024-01-16T05:58:53.415871+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:58:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: cluster 2024-01-16T05:58:53.415924+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:58:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: cluster 2024-01-16T05:58:53.932797+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-16T05:58:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: audit 2024-01-16T05:58:54.319268+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:58:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: audit 2024-01-16T05:58:54.319930+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:58:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: audit 2024-01-16T05:58:54.321033+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: audit 2024-01-16T05:58:54.404344+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"90a6e904d593\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403649\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:58:51.055059\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:54.403748\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: audit 2024-01-16T05:58:54.407480+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"90a6e904d593\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403649\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:58:51.055059\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:54.403748\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: cluster 2024-01-16T05:58:54.632702+0000 mon.a (mon.0) 508 : cluster [INF] osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310] boot 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: cluster 2024-01-16T05:58:54.632744+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[35187]: audit 2024-01-16T05:58:54.632895+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: audit 2024-01-16T05:58:54.404344+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"90a6e904d593\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403649\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:58:51.055059\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:54.403748\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:58:55.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: audit 2024-01-16T05:58:54.407480+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"90a6e904d593\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403649\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:58:51.055059\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:48.261626\"}}, \"last_daemon_update\": \"2024-01-16T05:58:54.403748\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:58:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: cluster 2024-01-16T05:58:54.632702+0000 mon.a (mon.0) 508 : cluster [INF] osd.5 [v2:172.21.15.134:6808/1014562310,v1:172.21.15.134:6809/1014562310] boot 2024-01-16T05:58:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: cluster 2024-01-16T05:58:54.632744+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-01-16T05:58:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:55 smithi071 bash[38584]: audit 2024-01-16T05:58:54.632895+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:58:56.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: audit 2024-01-16T05:58:54.318212+0000 mgr.y (mgr.14142) 100 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:56.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: cephadm 2024-01-16T05:58:54.318967+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:56.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: cluster 2024-01-16T05:58:55.639296+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-01-16T05:58:56.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: audit 2024-01-16T05:58:55.832853+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.134:0/1086616940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]: dispatch 2024-01-16T05:58:56.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: audit 2024-01-16T05:58:55.833406+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]: dispatch 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: audit 2024-01-16T05:58:55.840297+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]': finished 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: cluster 2024-01-16T05:58:55.840353+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[35187]: audit 2024-01-16T05:58:55.840511+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: audit 2024-01-16T05:58:54.318212+0000 mgr.y (mgr.14142) 100 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: cephadm 2024-01-16T05:58:54.318967+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: cluster 2024-01-16T05:58:55.639296+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: audit 2024-01-16T05:58:55.832853+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.134:0/1086616940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]: dispatch 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: audit 2024-01-16T05:58:55.833406+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]: dispatch 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: audit 2024-01-16T05:58:55.840297+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]': finished 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: cluster 2024-01-16T05:58:55.840353+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-16T05:58:56.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:56 smithi071 bash[38584]: audit 2024-01-16T05:58:55.840511+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:58:56.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: audit 2024-01-16T05:58:54.318212+0000 mgr.y (mgr.14142) 100 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:58:56.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: cephadm 2024-01-16T05:58:54.318967+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:58:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: cluster 2024-01-16T05:58:55.639296+0000 mon.a (mon.0) 511 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-01-16T05:58:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: audit 2024-01-16T05:58:55.832853+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.134:0/1086616940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]: dispatch 2024-01-16T05:58:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: audit 2024-01-16T05:58:55.833406+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]: dispatch 2024-01-16T05:58:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: audit 2024-01-16T05:58:55.840297+0000 mon.a (mon.0) 513 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "187dd640-a32c-4bba-8333-ca2a8b3a3507"}]': finished 2024-01-16T05:58:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: cluster 2024-01-16T05:58:55.840353+0000 mon.a (mon.0) 514 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-16T05:58:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:56 smithi134 bash[35280]: audit 2024-01-16T05:58:55.840511+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:58:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:57 smithi071 bash[35187]: cluster 2024-01-16T05:58:55.933178+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:58:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:57 smithi071 bash[35187]: audit 2024-01-16T05:58:56.581065+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.134:0/2187756562' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:57 smithi071 bash[35187]: cluster 2024-01-16T05:58:56.835234+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T05:58:57.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:57 smithi071 bash[38584]: cluster 2024-01-16T05:58:55.933178+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:58:57.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:57 smithi071 bash[38584]: audit 2024-01-16T05:58:56.581065+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.134:0/2187756562' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:57.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:57 smithi071 bash[38584]: cluster 2024-01-16T05:58:56.835234+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T05:58:57.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:57 smithi134 bash[35280]: cluster 2024-01-16T05:58:55.933178+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:58:57.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:57 smithi134 bash[35280]: audit 2024-01-16T05:58:56.581065+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.134:0/2187756562' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:58:57.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:57 smithi134 bash[35280]: cluster 2024-01-16T05:58:56.835234+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T05:58:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:59 smithi071 bash[35187]: cluster 2024-01-16T05:58:57.933576+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:58:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:58:59 smithi071 bash[35187]: audit 2024-01-16T05:58:58.777023+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:59.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:59 smithi071 bash[38584]: cluster 2024-01-16T05:58:57.933576+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:58:59.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:58:59 smithi071 bash[38584]: audit 2024-01-16T05:58:58.777023+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:58:59.477 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:59 smithi134 bash[35280]: cluster 2024-01-16T05:58:57.933576+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v107: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:58:59.477 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:58:59 smithi134 bash[35280]: audit 2024-01-16T05:58:58.777023+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:01.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[35280]: cluster 2024-01-16T05:58:59.933964+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:01.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[35280]: audit 2024-01-16T05:59:00.432093+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T05:59:01.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[35280]: audit 2024-01-16T05:59:00.432918+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:01.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[35280]: audit 2024-01-16T05:59:00.433699+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[38584]: cluster 2024-01-16T05:58:59.933964+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[38584]: audit 2024-01-16T05:59:00.432093+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[38584]: audit 2024-01-16T05:59:00.432918+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[38584]: audit 2024-01-16T05:59:00.433699+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[35187]: cluster 2024-01-16T05:58:59.933964+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[35187]: audit 2024-01-16T05:59:00.432093+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[35187]: audit 2024-01-16T05:59:00.432918+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:01 smithi071 bash[35187]: audit 2024-01-16T05:59:00.433699+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-16T05:59:01.616 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:01 smithi134 systemd[1]: Stopping Ceph osd.5 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:59:01.616 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[39812]: debug 2024-01-16T05:59:01.412+0000 7f318768e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:59:01.616 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[39812]: debug 2024-01-16T05:59:01.412+0000 7f318768e700 -1 osd.5 45 *** Got signal Terminated *** 2024-01-16T05:59:01.616 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:01 smithi134 bash[39812]: debug 2024-01-16T05:59:01.412+0000 7f318768e700 -1 osd.5 45 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T05:59:01.873 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:01 smithi134 podman[41059]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.5 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cephadm 2024-01-16T05:59:00.433453+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.655946+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.655976+0000 mon.a (mon.0) 522 : cluster [INF] osd.5 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.656228+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.656424+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.656620+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.656743+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.656903+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.657027+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.657192+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.657344+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.657517+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.056884+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057039+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057142+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057293+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057459+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057586+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057740+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057862+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.057995+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.058117+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cephadm 2024-01-16T05:59:00.433453+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.655946+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.655976+0000 mon.a (mon.0) 522 : cluster [INF] osd.5 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.656228+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.656424+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.656620+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.656743+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.656903+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.657027+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.657192+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.657344+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.657517+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.056884+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057039+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057142+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057293+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057459+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057586+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057740+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057862+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.057995+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:02 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.058117+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.491 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cephadm 2024-01-16T05:59:00.433453+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.5 on smithi134 2024-01-16T05:59:02.491 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.655946+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.491 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.655976+0000 mon.a (mon.0) 522 : cluster [INF] osd.5 failed (root=default,host=smithi134) (connection refused reported by osd.1) 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.656228+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.656424+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.656620+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.656743+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.656903+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.657027+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.657192+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.657344+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.657517+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.056884+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057039+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057142+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057293+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.492 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057459+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-16T05:59:02.493 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057586+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-16T05:59:02.493 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057740+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.493 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057862+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.493 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.057995+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-16T05:59:02.493 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:02 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.058117+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-16T05:59:02.778 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:02 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.5.service: Succeeded. 2024-01-16T05:59:02.778 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:02 smithi134 systemd[1]: Stopped Ceph osd.5 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:02.778 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:02 smithi134 systemd[1]: Starting Ceph osd.5 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:59:02.778 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:02 smithi134 podman[41194]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.5" found: no such container 2024-01-16T05:59:02.778 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:02 smithi134 systemd[1]: Started Ceph osd.5 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-16T05:59:03.395 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[41210]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-16T05:59:03.395 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: cluster 2024-01-16T05:59:01.934483+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:03.395 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.070422+0000 mon.a (mon.0) 542 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T05:59:03.395 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.070507+0000 mon.a (mon.0) 543 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.071048+0000 mon.a (mon.0) 544 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: cluster 2024-01-16T05:59:02.079575+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.080190+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.670052+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.670548+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.673305+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.674785+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.675867+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:03.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:03 smithi134 bash[35280]: audit 2024-01-16T05:59:02.676629+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: cluster 2024-01-16T05:59:01.934483+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.070422+0000 mon.a (mon.0) 542 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.070507+0000 mon.a (mon.0) 543 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.071048+0000 mon.a (mon.0) 544 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: cluster 2024-01-16T05:59:02.079575+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.080190+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:03.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: cluster 2024-01-16T05:59:01.934483+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.070422+0000 mon.a (mon.0) 542 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.070507+0000 mon.a (mon.0) 543 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.071048+0000 mon.a (mon.0) 544 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: cluster 2024-01-16T05:59:02.079575+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e46: 7 total, 5 up, 6 in 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.080190+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.670052+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:03.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.670548+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.670052+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.670548+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.673305+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.674785+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.675867+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[35187]: audit 2024-01-16T05:59:02.676629+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.673305+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403494\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403579\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:54.403616\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:03.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.674785+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T05:59:03.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.675867+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:03.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:03 smithi071 bash[38584]: audit 2024-01-16T05:59:02.676629+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T05:59:04.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:04 smithi134 bash[35280]: cephadm 2024-01-16T05:59:02.676377+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-16T05:59:04.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:04 smithi134 bash[35280]: cluster 2024-01-16T05:59:03.081123+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2024-01-16T05:59:04.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:04 smithi134 bash[35280]: audit 2024-01-16T05:59:03.081608+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:04.299 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 5,6 on host 'smithi134' 2024-01-16T05:59:04.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:04 smithi071 bash[35187]: cephadm 2024-01-16T05:59:02.676377+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-16T05:59:04.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:04 smithi071 bash[35187]: cluster 2024-01-16T05:59:03.081123+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2024-01-16T05:59:04.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:04 smithi071 bash[35187]: audit 2024-01-16T05:59:03.081608+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:04 smithi071 bash[38584]: cephadm 2024-01-16T05:59:02.676377+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-16T05:59:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:04 smithi071 bash[38584]: cluster 2024-01-16T05:59:03.081123+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e47: 7 total, 5 up, 6 in 2024-01-16T05:59:04.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:04 smithi071 bash[38584]: audit 2024-01-16T05:59:03.081608+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:04.930 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:04 smithi134 bash[41434]: debug 2024-01-16T05:59:04.750+0000 7f37c2fdcec0 -1 Falling back to public interface 2024-01-16T05:59:05.130 DEBUG:teuthology.orchestra.run.smithi134:osd.6> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.6.service 2024-01-16T05:59:05.132 INFO:tasks.cephadm:Deploying osd.7 on smithi134 with /dev/vg_nvme/lv_1... 2024-01-16T05:59:05.132 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-16T05:59:05.163 INFO:journalctl@ceph.osd.6.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:59:05.188 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: cluster 2024-01-16T05:59:03.934844+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:05.188 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: cluster 2024-01-16T05:59:04.082602+0000 mon.a (mon.0) 555 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:59:05.188 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: audit 2024-01-16T05:59:04.243218+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_daemon_update\": \"2024-01-16T05:59:04.242493\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:05.188 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: audit 2024-01-16T05:59:04.246478+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_daemon_update\": \"2024-01-16T05:59:04.242493\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:05.188 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: audit 2024-01-16T05:59:04.293764+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:05.188 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: audit 2024-01-16T05:59:04.294215+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:05.189 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[35280]: audit 2024-01-16T05:59:04.297918+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: cluster 2024-01-16T05:59:03.934844+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: cluster 2024-01-16T05:59:04.082602+0000 mon.a (mon.0) 555 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:59:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: cluster 2024-01-16T05:59:03.934844+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v112: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: cluster 2024-01-16T05:59:04.082602+0000 mon.a (mon.0) 555 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:59:05.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: audit 2024-01-16T05:59:04.243218+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_daemon_update\": \"2024-01-16T05:59:04.242493\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: audit 2024-01-16T05:59:04.243218+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_daemon_update\": \"2024-01-16T05:59:04.242493\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:05.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: audit 2024-01-16T05:59:04.246478+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_daemon_update\": \"2024-01-16T05:59:04.242493\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:05.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: audit 2024-01-16T05:59:04.246478+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}}, \"last_daemon_update\": \"2024-01-16T05:59:04.242493\", \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:05.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: audit 2024-01-16T05:59:04.293764+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:05.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: audit 2024-01-16T05:59:04.294215+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:05.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[38584]: audit 2024-01-16T05:59:04.297918+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:05.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: audit 2024-01-16T05:59:04.293764+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:05.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: audit 2024-01-16T05:59:04.294215+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:05.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:05 smithi071 bash[35187]: audit 2024-01-16T05:59:04.297918+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242220\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242311\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242345\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:04.242375\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_device_update\": \"2024-01-16T05:58:53.305546\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:05.507 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[41434]: debug 2024-01-16T05:59:05.320+0000 7f37c2fdcec0 -1 osd.5 45 log_to_monitors {default=true} 2024-01-16T05:59:05.507 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:05 smithi134 bash[41434]: debug 2024-01-16T05:59:05.327+0000 7f37b6fad700 -1 osd.5 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:59:06.239 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.323316+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:59:06.240 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.323707+0000 mon.a (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:59:06.240 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.324237+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:06.240 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.324565+0000 mon.a (mon.0) 562 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:06.240 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.962975+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:06.240 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.966516+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:06.240 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[35280]: audit 2024-01-16T05:59:05.967190+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:06.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.323316+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:59:06.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.323707+0000 mon.a (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:59:06.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.324237+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:06.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.324565+0000 mon.a (mon.0) 562 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:06.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.323316+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:59:06.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.323707+0000 mon.a (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T05:59:06.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.324237+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:06.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.324565+0000 mon.a (mon.0) 562 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:06.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.962975+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:06.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.962975+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:06.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.966516+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:06.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[38584]: audit 2024-01-16T05:59:05.967190+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:06.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.966516+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:06.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:06 smithi071 bash[35187]: audit 2024-01-16T05:59:05.967190+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:06.538 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[42065]: debug 2024-01-16T05:59:06.256+0000 7f6ca25ceec0 -1 Falling back to public interface 2024-01-16T05:59:06.770 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-16T05:59:06.770 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-16T05:59:06.770 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-01-16T05:59:06.770 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-01-16T05:59:06.770 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0141638 s, 740 MB/s 2024-01-16T05:59:06.770 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-01-16T05:59:06.939 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:06 smithi134 bash[42065]: debug 2024-01-16T05:59:06.816+0000 7f6ca25ceec0 -1 osd.6 0 log_to_monitors {default=true} 2024-01-16T05:59:07.155 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_1 2024-01-16T05:59:07.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: cluster 2024-01-16T05:59:05.935334+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: cluster 2024-01-16T05:59:06.091084+0000 mon.a (mon.0) 566 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: cluster 2024-01-16T05:59:06.097985+0000 mon.a (mon.0) 567 : cluster [INF] osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957] boot 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: cluster 2024-01-16T05:59:06.098022+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: audit 2024-01-16T05:59:06.098705+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: audit 2024-01-16T05:59:06.099087+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: audit 2024-01-16T05:59:06.819209+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:07.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:07 smithi134 bash[35280]: audit 2024-01-16T05:59:06.819531+0000 mon.a (mon.0) 571 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: cluster 2024-01-16T05:59:05.935334+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: cluster 2024-01-16T05:59:06.091084+0000 mon.a (mon.0) 566 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: cluster 2024-01-16T05:59:06.097985+0000 mon.a (mon.0) 567 : cluster [INF] osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957] boot 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: cluster 2024-01-16T05:59:06.098022+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: audit 2024-01-16T05:59:06.098705+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: audit 2024-01-16T05:59:06.099087+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: audit 2024-01-16T05:59:06.819209+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[35187]: audit 2024-01-16T05:59:06.819531+0000 mon.a (mon.0) 571 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: cluster 2024-01-16T05:59:05.935334+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: cluster 2024-01-16T05:59:06.091084+0000 mon.a (mon.0) 566 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: cluster 2024-01-16T05:59:06.097985+0000 mon.a (mon.0) 567 : cluster [INF] osd.5 [v2:172.21.15.134:6808/3804887957,v1:172.21.15.134:6809/3804887957] boot 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: cluster 2024-01-16T05:59:06.098022+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: audit 2024-01-16T05:59:06.098705+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: audit 2024-01-16T05:59:06.099087+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: audit 2024-01-16T05:59:06.819209+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:07.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:07 smithi071 bash[38584]: audit 2024-01-16T05:59:06.819531+0000 mon.a (mon.0) 571 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:08.289 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[42065]: debug 2024-01-16T05:59:08.114+0000 7f6c8b383700 -1 osd.6 0 waiting for initial osdmap 2024-01-16T05:59:08.289 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[42065]: debug 2024-01-16T05:59:08.125+0000 7f6c9659f700 -1 osd.6 50 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: audit 2024-01-16T05:59:07.110785+0000 mon.a (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: cluster 2024-01-16T05:59:07.110839+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: audit 2024-01-16T05:59:07.110982+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: audit 2024-01-16T05:59:07.111316+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: audit 2024-01-16T05:59:07.111561+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: cluster 2024-01-16T05:59:07.797548+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:59:08.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:08 smithi134 bash[35280]: cluster 2024-01-16T05:59:07.797591+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: audit 2024-01-16T05:59:07.110785+0000 mon.a (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: cluster 2024-01-16T05:59:07.110839+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: audit 2024-01-16T05:59:07.110982+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: audit 2024-01-16T05:59:07.111316+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: audit 2024-01-16T05:59:07.111561+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: cluster 2024-01-16T05:59:07.797548+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:59:08.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[35187]: cluster 2024-01-16T05:59:07.797591+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: audit 2024-01-16T05:59:07.110785+0000 mon.a (mon.0) 572 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: cluster 2024-01-16T05:59:07.110839+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e49: 7 total, 6 up, 6 in 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: audit 2024-01-16T05:59:07.110982+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: audit 2024-01-16T05:59:07.111316+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: audit 2024-01-16T05:59:07.111561+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: cluster 2024-01-16T05:59:07.797548+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:59:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:08 smithi071 bash[38584]: cluster 2024-01-16T05:59:07.797591+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:59:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: cluster 2024-01-16T05:59:07.935691+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.112112+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:59:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: cluster 2024-01-16T05:59:08.112171+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-16T05:59:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.112732+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.379551+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.390991+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.391726+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.392890+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: cluster 2024-01-16T05:59:07.935691+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.112112+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: cluster 2024-01-16T05:59:08.112171+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.112732+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.379551+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.390991+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:59:09.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.391726+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:09.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.392890+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.568473+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[35187]: audit 2024-01-16T05:59:08.572228+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:09.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.568473+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:09.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:09 smithi071 bash[38584]: audit 2024-01-16T05:59:08.572228+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: cluster 2024-01-16T05:59:07.935691+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.112112+0000 mon.a (mon.0) 576 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: cluster 2024-01-16T05:59:08.112171+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.112732+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.379551+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.390991+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T05:59:09.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.391726+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:09.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.392890+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:09.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.568473+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:09.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[35280]: audit 2024-01-16T05:59:08.572228+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"c49ccfc35d5e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962209\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:05.530269\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:02.674567\"}}, \"last_daemon_update\": \"2024-01-16T05:59:05.962290\", \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: audit 2024-01-16T05:59:08.390032+0000 mgr.y (mgr.14142) 111 : audit [DBG] from='client.24284 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: cephadm 2024-01-16T05:59:08.390728+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: cluster 2024-01-16T05:59:09.118635+0000 mon.a (mon.0) 585 : cluster [INF] osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931] boot 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: cluster 2024-01-16T05:59:09.118672+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: audit 2024-01-16T05:59:09.119253+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: audit 2024-01-16T05:59:09.990930+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.134:0/1486119840' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]: dispatch 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: audit 2024-01-16T05:59:09.991300+0000 mon.a (mon.0) 588 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]: dispatch 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: audit 2024-01-16T05:59:09.995712+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]': finished 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: cluster 2024-01-16T05:59:09.995764+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e52: 8 total, 7 up, 7 in 2024-01-16T05:59:10.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:10 smithi134 bash[35280]: audit 2024-01-16T05:59:09.995892+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:10.290 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 05:59:09 smithi134 bash[41434]: debug 2024-01-16T05:59:09.998+0000 7f37a0f81700 -1 osd.5 52 build_incremental_map_msg missing incremental map 52 2024-01-16T05:59:10.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: audit 2024-01-16T05:59:08.390032+0000 mgr.y (mgr.14142) 111 : audit [DBG] from='client.24284 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:10.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: cephadm 2024-01-16T05:59:08.390728+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:59:10.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: cluster 2024-01-16T05:59:09.118635+0000 mon.a (mon.0) 585 : cluster [INF] osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931] boot 2024-01-16T05:59:10.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: cluster 2024-01-16T05:59:09.118672+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-01-16T05:59:10.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: audit 2024-01-16T05:59:09.119253+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:10.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: audit 2024-01-16T05:59:09.990930+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.134:0/1486119840' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: audit 2024-01-16T05:59:09.991300+0000 mon.a (mon.0) 588 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: audit 2024-01-16T05:59:09.995712+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]': finished 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: cluster 2024-01-16T05:59:09.995764+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e52: 8 total, 7 up, 7 in 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[35187]: audit 2024-01-16T05:59:09.995892+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: audit 2024-01-16T05:59:08.390032+0000 mgr.y (mgr.14142) 111 : audit [DBG] from='client.24284 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: cephadm 2024-01-16T05:59:08.390728+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Applying osd on host smithi134... 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: cluster 2024-01-16T05:59:09.118635+0000 mon.a (mon.0) 585 : cluster [INF] osd.6 [v2:172.21.15.134:6816/930441931,v1:172.21.15.134:6817/930441931] boot 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: cluster 2024-01-16T05:59:09.118672+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: audit 2024-01-16T05:59:09.119253+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: audit 2024-01-16T05:59:09.990930+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.134:0/1486119840' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: audit 2024-01-16T05:59:09.991300+0000 mon.a (mon.0) 588 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]: dispatch 2024-01-16T05:59:10.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: audit 2024-01-16T05:59:09.995712+0000 mon.a (mon.0) 589 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "910495f4-e8f0-4af7-b1f2-e09248b7af13"}]': finished 2024-01-16T05:59:10.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: cluster 2024-01-16T05:59:09.995764+0000 mon.a (mon.0) 590 : cluster [DBG] osdmap e52: 8 total, 7 up, 7 in 2024-01-16T05:59:10.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:10 smithi071 bash[38584]: audit 2024-01-16T05:59:09.995892+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[35187]: cluster 2024-01-16T05:59:09.936142+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v119: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[35187]: cluster 2024-01-16T05:59:10.122416+0000 mon.a (mon.0) 592 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[35187]: cluster 2024-01-16T05:59:10.122469+0000 mon.a (mon.0) 593 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[35187]: audit 2024-01-16T05:59:10.746181+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.134:0/3407746703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[38584]: cluster 2024-01-16T05:59:09.936142+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v119: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[38584]: cluster 2024-01-16T05:59:10.122416+0000 mon.a (mon.0) 592 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T05:59:11.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[38584]: cluster 2024-01-16T05:59:10.122469+0000 mon.a (mon.0) 593 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:11.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:11 smithi071 bash[38584]: audit 2024-01-16T05:59:10.746181+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.134:0/3407746703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:59:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:11 smithi134 bash[35280]: cluster 2024-01-16T05:59:09.936142+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v119: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-16T05:59:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:11 smithi134 bash[35280]: cluster 2024-01-16T05:59:10.122416+0000 mon.a (mon.0) 592 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T05:59:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:11 smithi134 bash[35280]: cluster 2024-01-16T05:59:10.122469+0000 mon.a (mon.0) 593 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:11 smithi134 bash[35280]: audit 2024-01-16T05:59:10.746181+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.134:0/3407746703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T05:59:13.287 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:13 smithi134 bash[35280]: cluster 2024-01-16T05:59:11.936693+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:13.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:13 smithi134 bash[35280]: audit 2024-01-16T05:59:12.998226+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:13.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:13 smithi071 bash[35187]: cluster 2024-01-16T05:59:11.936693+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:13.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:13 smithi071 bash[35187]: audit 2024-01-16T05:59:12.998226+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:13.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:13 smithi071 bash[38584]: cluster 2024-01-16T05:59:11.936693+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:13.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:13 smithi071 bash[38584]: audit 2024-01-16T05:59:12.998226+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:15.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[35280]: cluster 2024-01-16T05:59:13.937120+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:15.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[35280]: audit 2024-01-16T05:59:14.746206+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T05:59:15.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[35280]: audit 2024-01-16T05:59:14.746942+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:15.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[35280]: audit 2024-01-16T05:59:14.747739+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T05:59:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[35187]: cluster 2024-01-16T05:59:13.937120+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[35187]: audit 2024-01-16T05:59:14.746206+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T05:59:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[35187]: audit 2024-01-16T05:59:14.746942+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[35187]: audit 2024-01-16T05:59:14.747739+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T05:59:15.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[38584]: cluster 2024-01-16T05:59:13.937120+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:15.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[38584]: audit 2024-01-16T05:59:14.746206+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T05:59:15.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[38584]: audit 2024-01-16T05:59:14.746942+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:15.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:15 smithi071 bash[38584]: audit 2024-01-16T05:59:14.747739+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-16T05:59:15.930 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:15 smithi134 systemd[1]: Stopping Ceph osd.6 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:59:15.930 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[42065]: debug 2024-01-16T05:59:15.701+0000 7f6c99e16700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T05:59:15.930 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[42065]: debug 2024-01-16T05:59:15.701+0000 7f6c99e16700 -1 osd.6 52 *** Got signal Terminated *** 2024-01-16T05:59:15.930 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:15 smithi134 bash[42065]: debug 2024-01-16T05:59:15.701+0000 7f6c99e16700 -1 osd.6 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T05:59:16.197 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:15 smithi134 podman[43245]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.6 2024-01-16T05:59:16.197 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cephadm 2024-01-16T05:59:14.747493+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-16T05:59:16.197 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.748855+0000 mon.a (mon.0) 598 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.197 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.748899+0000 mon.a (mon.0) 599 : cluster [INF] osd.6 failed (root=default,host=smithi134) (connection refused reported by osd.0) 2024-01-16T05:59:16.197 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.749109+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.197 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.749245+0000 mon.a (mon.0) 601 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.197 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.749396+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.749529+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.948832+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.948993+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.949136+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.949381+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.949501+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.949684+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.949792+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.949951+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.950050+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.950218+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.950367+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.950501+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.198 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.950651+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.199 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:16 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.950789+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cephadm 2024-01-16T05:59:14.747493+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.748855+0000 mon.a (mon.0) 598 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.748899+0000 mon.a (mon.0) 599 : cluster [INF] osd.6 failed (root=default,host=smithi134) (connection refused reported by osd.0) 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.749109+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.749245+0000 mon.a (mon.0) 601 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.749396+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.749529+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.948832+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.948993+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.949136+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.949381+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.949501+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.949684+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.949792+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.949951+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.950050+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.950218+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.950367+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.950501+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.950651+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.950789+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cephadm 2024-01-16T05:59:14.747493+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.6 on smithi134 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.748855+0000 mon.a (mon.0) 598 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.748899+0000 mon.a (mon.0) 599 : cluster [INF] osd.6 failed (root=default,host=smithi134) (connection refused reported by osd.0) 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.749109+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.749245+0000 mon.a (mon.0) 601 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.749396+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.749529+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.948832+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.948993+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.949136+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.949381+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.949501+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.949684+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.949792+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-16T05:59:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.949951+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-16T05:59:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.950050+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.950218+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.950367+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-16T05:59:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.950501+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.950651+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-16T05:59:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:16 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.950789+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-16T05:59:17.116 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:16 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.6.service: Succeeded. 2024-01-16T05:59:17.116 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:16 smithi134 systemd[1]: Stopped Ceph osd.6 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:17.116 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:16 smithi134 systemd[1]: Starting Ceph osd.6 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:59:17.116 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:16 smithi134 podman[43383]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.6" found: no such container 2024-01-16T05:59:17.116 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:16 smithi134 systemd[1]: Started Ceph osd.6 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:17.373 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: cluster 2024-01-16T05:59:15.937576+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:17.373 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: cluster 2024-01-16T05:59:16.137766+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:59:17.373 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: cluster 2024-01-16T05:59:16.149947+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e53: 8 total, 6 up, 7 in 2024-01-16T05:59:17.373 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:16.150514+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:17.374 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:17.012902+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:17.374 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:17.013392+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:17.374 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:17.017110+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:17.374 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:17.017927+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T05:59:17.374 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:17.019086+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:17.374 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[35280]: audit 2024-01-16T05:59:17.020076+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-16T05:59:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: cluster 2024-01-16T05:59:15.937576+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: cluster 2024-01-16T05:59:16.137766+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:59:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: cluster 2024-01-16T05:59:16.149947+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e53: 8 total, 6 up, 7 in 2024-01-16T05:59:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:16.150514+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:17.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: cluster 2024-01-16T05:59:15.937576+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: cluster 2024-01-16T05:59:16.137766+0000 mon.a (mon.0) 618 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: cluster 2024-01-16T05:59:16.149947+0000 mon.a (mon.0) 619 : cluster [DBG] osdmap e53: 8 total, 6 up, 7 in 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:16.150514+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:17.012902+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:17.013392+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:17.012902+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:17.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:17.013392+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:17.017110+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:17.017927+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:17.019086+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[38584]: audit 2024-01-16T05:59:17.020076+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:17.017110+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:17.017927+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:17.019086+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:17.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:17 smithi071 bash[35187]: audit 2024-01-16T05:59:17.020076+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-16T05:59:17.788 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-16T05:59:17.788 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-01-16T05:59:17.789 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-16T05:59:17.789 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-16T05:59:17.789 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-16T05:59:17.789 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-16T05:59:17.789 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:17 smithi134 bash[43399]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-16T05:59:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:18 smithi071 bash[35187]: cephadm 2024-01-16T05:59:17.019717+0000 mgr.y (mgr.14142) 118 : cephadm [INF] Deploying daemon osd.7 on smithi134 2024-01-16T05:59:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:18 smithi071 bash[35187]: cluster 2024-01-16T05:59:17.148262+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e54: 8 total, 6 up, 7 in 2024-01-16T05:59:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:18 smithi071 bash[35187]: audit 2024-01-16T05:59:17.148893+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:18.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:18 smithi071 bash[38584]: cephadm 2024-01-16T05:59:17.019717+0000 mgr.y (mgr.14142) 118 : cephadm [INF] Deploying daemon osd.7 on smithi134 2024-01-16T05:59:18.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:18 smithi071 bash[38584]: cluster 2024-01-16T05:59:17.148262+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e54: 8 total, 6 up, 7 in 2024-01-16T05:59:18.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:18 smithi071 bash[38584]: audit 2024-01-16T05:59:17.148893+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:18.478 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:18 smithi134 bash[35280]: cephadm 2024-01-16T05:59:17.019717+0000 mgr.y (mgr.14142) 118 : cephadm [INF] Deploying daemon osd.7 on smithi134 2024-01-16T05:59:18.478 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:18 smithi134 bash[35280]: cluster 2024-01-16T05:59:17.148262+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e54: 8 total, 6 up, 7 in 2024-01-16T05:59:18.478 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:18 smithi134 bash[35280]: audit 2024-01-16T05:59:17.148893+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:18.662 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 6,7 on host 'smithi134' 2024-01-16T05:59:19.038 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:18 smithi134 bash[43630]: debug 2024-01-16T05:59:18.950+0000 7fc2883a5ec0 -1 Falling back to public interface 2024-01-16T05:59:19.093 DEBUG:teuthology.orchestra.run.smithi134:osd.7> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.7.service 2024-01-16T05:59:19.095 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-16T05:59:19.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T05:59:19.125 INFO:journalctl@ceph.osd.7.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:59:19.398 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[35280]: cluster 2024-01-16T05:59:17.937947+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v126: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:19.398 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[35280]: audit 2024-01-16T05:59:18.657260+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:19.398 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[35280]: audit 2024-01-16T05:59:18.660982+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:19.398 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[35280]: audit 2024-01-16T05:59:18.665679+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:19.398 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[35280]: audit 2024-01-16T05:59:18.668664+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:19.398 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[35280]: audit 2024-01-16T05:59:18.669837+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:19.401 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[35187]: cluster 2024-01-16T05:59:17.937947+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v126: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:19.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[38584]: cluster 2024-01-16T05:59:17.937947+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v126: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-16T05:59:19.402 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[35187]: audit 2024-01-16T05:59:18.657260+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:19.402 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[38584]: audit 2024-01-16T05:59:18.657260+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:19.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[35187]: audit 2024-01-16T05:59:18.660982+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:19.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[35187]: audit 2024-01-16T05:59:18.665679+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:19.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[35187]: audit 2024-01-16T05:59:18.668664+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:19.403 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[35187]: audit 2024-01-16T05:59:18.669837+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:19.403 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[38584]: audit 2024-01-16T05:59:18.660982+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962025\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962113\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962147\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:05.962179\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_device_update\": \"2024-01-16T05:59:08.567826\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:19.403 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[38584]: audit 2024-01-16T05:59:18.665679+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:19.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[38584]: audit 2024-01-16T05:59:18.668664+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:19.404 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:19 smithi071 bash[38584]: audit 2024-01-16T05:59:18.669837+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-16T05:59:19.774 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43630]: debug 2024-01-16T05:59:19.514+0000 7fc2883a5ec0 -1 osd.6 52 log_to_monitors {default=true} 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43630]: debug 2024-01-16T05:59:19.522+0000 7fc27c376700 -1 osd.6 52 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-16T05:59:19.775 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:19 smithi134 bash[43831]: --> ceph-volume lvm activate successful for osd ID: 7 2024-01-16T05:59:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[35187]: audit 2024-01-16T05:59:19.518633+0000 mon.c (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[35187]: audit 2024-01-16T05:59:19.518971+0000 mon.a (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[35187]: audit 2024-01-16T05:59:19.519686+0000 mon.c (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:20.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[35187]: audit 2024-01-16T05:59:19.519924+0000 mon.a (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:20.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[38584]: audit 2024-01-16T05:59:19.518633+0000 mon.c (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:20.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[38584]: audit 2024-01-16T05:59:19.518971+0000 mon.a (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:20.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[38584]: audit 2024-01-16T05:59:19.519686+0000 mon.c (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:20.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:20 smithi071 bash[38584]: audit 2024-01-16T05:59:19.519924+0000 mon.a (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:20.249 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[35280]: audit 2024-01-16T05:59:19.518633+0000 mon.c (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[35280]: audit 2024-01-16T05:59:19.518971+0000 mon.a (mon.0) 634 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T05:59:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[35280]: audit 2024-01-16T05:59:19.519686+0000 mon.c (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[35280]: audit 2024-01-16T05:59:19.519924+0000 mon.a (mon.0) 635 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:20.540 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[44135]: debug 2024-01-16T05:59:20.178+0000 7fc55a629ec0 1 -- 172.21.15.134:0/3183233372 >> [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] conn(0x55fd04ec0c00 msgr2=0x55fd04ebd680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-16T05:59:20.540 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[44135]: debug 2024-01-16T05:59:20.178+0000 7fc55a629ec0 1 --2- 172.21.15.134:0/3183233372 >> [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] conn(0x55fd04ec0c00 0x55fd04ebd680 secure :-1 s=READY pgs=47 cs=0 l=1 rx=0x55fd04e53d10 tx=0x55fd05b2caa0).stop 2024-01-16T05:59:20.636 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":55,"num_osds":8,"num_up_osds":7,"osd_up_since":1705384760,"num_in_osds":7,"osd_in_since":1705384749,"num_remapped_pgs":0} 2024-01-16T05:59:20.957 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:20 smithi134 bash[44135]: debug 2024-01-16T05:59:20.702+0000 7fc55a629ec0 -1 Falling back to public interface 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: cluster 2024-01-16T05:59:19.938317+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v127: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: cluster 2024-01-16T05:59:20.157304+0000 mon.a (mon.0) 636 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: cluster 2024-01-16T05:59:20.157328+0000 mon.a (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: cluster 2024-01-16T05:59:20.157610+0000 mon.a (mon.0) 638 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: cluster 2024-01-16T05:59:20.162035+0000 mon.a (mon.0) 639 : cluster [INF] osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732] boot 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: cluster 2024-01-16T05:59:20.162069+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: audit 2024-01-16T05:59:20.163157+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: audit 2024-01-16T05:59:20.163450+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: audit 2024-01-16T05:59:20.250783+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/2443481013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:21.271 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[35280]: audit 2024-01-16T05:59:21.068623+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: cluster 2024-01-16T05:59:19.938317+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v127: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: cluster 2024-01-16T05:59:20.157304+0000 mon.a (mon.0) 636 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: cluster 2024-01-16T05:59:20.157328+0000 mon.a (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: cluster 2024-01-16T05:59:20.157610+0000 mon.a (mon.0) 638 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: cluster 2024-01-16T05:59:20.162035+0000 mon.a (mon.0) 639 : cluster [INF] osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732] boot 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: cluster 2024-01-16T05:59:20.162069+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: audit 2024-01-16T05:59:20.163157+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: audit 2024-01-16T05:59:20.163450+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: audit 2024-01-16T05:59:20.250783+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/2443481013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[35187]: audit 2024-01-16T05:59:21.068623+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: cluster 2024-01-16T05:59:19.938317+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v127: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: cluster 2024-01-16T05:59:20.157304+0000 mon.a (mon.0) 636 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: cluster 2024-01-16T05:59:20.157328+0000 mon.a (mon.0) 637 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: cluster 2024-01-16T05:59:20.157610+0000 mon.a (mon.0) 638 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: cluster 2024-01-16T05:59:20.162035+0000 mon.a (mon.0) 639 : cluster [INF] osd.6 [v2:172.21.15.134:6816/836264732,v1:172.21.15.134:6817/836264732] boot 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: cluster 2024-01-16T05:59:20.162069+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: audit 2024-01-16T05:59:20.163157+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: audit 2024-01-16T05:59:20.163450+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: audit 2024-01-16T05:59:20.250783+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/2443481013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:21.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:21 smithi071 bash[38584]: audit 2024-01-16T05:59:21.068623+0000 mon.a (mon.0) 643 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:21.538 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:21 smithi134 bash[44135]: debug 2024-01-16T05:59:21.271+0000 7fc55a629ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-01-16T05:59:21.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T05:59:22.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: cluster 2024-01-16T05:59:21.169315+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-01-16T05:59:22.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:21.169805+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:22.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: cluster 2024-01-16T05:59:21.169315+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-01-16T05:59:22.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:21.169805+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:22.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:21.250220+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:22.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:21.250220+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:22.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:21.252975+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:22.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:21.254179+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:21.274255+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:21.274504+0000 mon.a (mon.0) 649 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:21.252975+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:21.254179+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:21.274255+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:21.274504+0000 mon.a (mon.0) 649 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T05:59:22.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:22.055071+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:22.054411\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:22.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[35187]: audit 2024-01-16T05:59:22.058146+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:22.054411\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:22.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:22.055071+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:22.054411\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:22.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:22 smithi071 bash[38584]: audit 2024-01-16T05:59:22.058146+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:22.054411\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: cluster 2024-01-16T05:59:21.169315+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:21.169805+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:21.250220+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:21.252975+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664848\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664931\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664966\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.664996\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:18.665025\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:18.665101\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:21.254179+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:21.274255+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:21.274504+0000 mon.a (mon.0) 649 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:22.055071+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:22.054411\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:22 smithi134 bash[35280]: audit 2024-01-16T05:59:22.058146+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}}, \"last_daemon_update\": \"2024-01-16T05:59:22.054411\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:22.824 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: cluster 2024-01-16T05:59:21.938832+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v130: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: audit 2024-01-16T05:59:22.258069+0000 mon.a (mon.0) 652 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: cluster 2024-01-16T05:59:22.258098+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: audit 2024-01-16T05:59:22.258233+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: audit 2024-01-16T05:59:22.258557+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: audit 2024-01-16T05:59:22.258756+0000 mon.a (mon.0) 655 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:23.175 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[35187]: audit 2024-01-16T05:59:22.825545+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.71:0/1863822780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:23.243 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":57,"num_osds":8,"num_up_osds":7,"osd_up_since":1705384760,"num_in_osds":7,"osd_in_since":1705384749,"num_remapped_pgs":0} 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: cluster 2024-01-16T05:59:21.938832+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v130: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: audit 2024-01-16T05:59:22.258069+0000 mon.a (mon.0) 652 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: cluster 2024-01-16T05:59:22.258098+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: audit 2024-01-16T05:59:22.258233+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: audit 2024-01-16T05:59:22.258557+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: audit 2024-01-16T05:59:22.258756+0000 mon.a (mon.0) 655 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:23 smithi071 bash[38584]: audit 2024-01-16T05:59:22.825545+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.71:0/1863822780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:23.538 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[44135]: debug 2024-01-16T05:59:23.260+0000 7fc53f3d6700 -1 osd.7 0 waiting for initial osdmap 2024-01-16T05:59:23.538 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[44135]: debug 2024-01-16T05:59:23.269+0000 7fc54a5f2700 -1 osd.7 58 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: cluster 2024-01-16T05:59:21.938832+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v130: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: audit 2024-01-16T05:59:22.258069+0000 mon.a (mon.0) 652 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: cluster 2024-01-16T05:59:22.258098+0000 mon.a (mon.0) 653 : cluster [DBG] osdmap e57: 8 total, 7 up, 7 in 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: audit 2024-01-16T05:59:22.258233+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: audit 2024-01-16T05:59:22.258557+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: audit 2024-01-16T05:59:22.258756+0000 mon.a (mon.0) 655 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-01-16T05:59:23.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:23 smithi134 bash[35280]: audit 2024-01-16T05:59:22.825545+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.71:0/1863822780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:24.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T05:59:24.527 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[35187]: cluster 2024-01-16T05:59:22.276586+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:59:24.527 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[35187]: cluster 2024-01-16T05:59:22.276657+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:59:24.527 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[35187]: audit 2024-01-16T05:59:23.259023+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:59:24.527 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[35187]: cluster 2024-01-16T05:59:23.259069+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2024-01-16T05:59:24.527 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[35187]: audit 2024-01-16T05:59:23.259182+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[35187]: cluster 2024-01-16T05:59:23.939124+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[38584]: cluster 2024-01-16T05:59:22.276586+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[38584]: cluster 2024-01-16T05:59:22.276657+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[38584]: audit 2024-01-16T05:59:23.259023+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[38584]: cluster 2024-01-16T05:59:23.259069+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[38584]: audit 2024-01-16T05:59:23.259182+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:24.528 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:24 smithi071 bash[38584]: cluster 2024-01-16T05:59:23.939124+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-16T05:59:24.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:24 smithi134 bash[35280]: cluster 2024-01-16T05:59:22.276586+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T05:59:24.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:24 smithi134 bash[35280]: cluster 2024-01-16T05:59:22.276657+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T05:59:24.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:24 smithi134 bash[35280]: audit 2024-01-16T05:59:23.259023+0000 mon.a (mon.0) 657 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-01-16T05:59:24.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:24 smithi134 bash[35280]: cluster 2024-01-16T05:59:23.259069+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2024-01-16T05:59:24.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:24 smithi134 bash[35280]: audit 2024-01-16T05:59:23.259182+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:24.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:24 smithi134 bash[35280]: cluster 2024-01-16T05:59:23.939124+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-16T05:59:25.434 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:25.538 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 05:59:25 smithi134 bash[43630]: debug 2024-01-16T05:59:25.273+0000 7fc26634a700 -1 osd.6 60 build_incremental_map_msg missing incremental map 60 2024-01-16T05:59:25.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:25 smithi134 bash[35280]: cluster 2024-01-16T05:59:24.256566+0000 mon.a (mon.0) 660 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T05:59:25.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:25 smithi134 bash[35280]: cluster 2024-01-16T05:59:24.256607+0000 mon.a (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:25.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:25 smithi134 bash[35280]: cluster 2024-01-16T05:59:24.266694+0000 mon.a (mon.0) 662 : cluster [INF] osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291] boot 2024-01-16T05:59:25.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:25 smithi134 bash[35280]: cluster 2024-01-16T05:59:24.266742+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-16T05:59:25.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:25 smithi134 bash[35280]: audit 2024-01-16T05:59:24.267190+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[35187]: cluster 2024-01-16T05:59:24.256566+0000 mon.a (mon.0) 660 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[35187]: cluster 2024-01-16T05:59:24.256607+0000 mon.a (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[35187]: cluster 2024-01-16T05:59:24.266694+0000 mon.a (mon.0) 662 : cluster [INF] osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291] boot 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[35187]: cluster 2024-01-16T05:59:24.266742+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[35187]: audit 2024-01-16T05:59:24.267190+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[38584]: cluster 2024-01-16T05:59:24.256566+0000 mon.a (mon.0) 660 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-16T05:59:25.604 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[38584]: cluster 2024-01-16T05:59:24.256607+0000 mon.a (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:25.605 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[38584]: cluster 2024-01-16T05:59:24.266694+0000 mon.a (mon.0) 662 : cluster [INF] osd.7 [v2:172.21.15.134:6824/1298751291,v1:172.21.15.134:6825/1298751291] boot 2024-01-16T05:59:25.605 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[38584]: cluster 2024-01-16T05:59:24.266742+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-16T05:59:25.605 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:25 smithi071 bash[38584]: audit 2024-01-16T05:59:24.267190+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T05:59:25.801 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":60,"num_osds":8,"num_up_osds":8,"osd_up_since":1705384764,"num_in_osds":8,"osd_in_since":1705384764,"num_remapped_pgs":0} 2024-01-16T05:59:25.801 INFO:tasks.cephadm:Adding prometheus.a on smithi134 2024-01-16T05:59:25.801 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch apply prometheus '1;smithi134=a' 2024-01-16T05:59:26.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:26 smithi134 bash[35280]: cluster 2024-01-16T05:59:25.273231+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-16T05:59:26.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:26 smithi134 bash[35280]: audit 2024-01-16T05:59:25.434981+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.71:0/2060575606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:26.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:26 smithi134 bash[35280]: cluster 2024-01-16T05:59:25.939469+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:26.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:26 smithi071 bash[35187]: cluster 2024-01-16T05:59:25.273231+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-16T05:59:26.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:26 smithi071 bash[35187]: audit 2024-01-16T05:59:25.434981+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.71:0/2060575606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:26.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:26 smithi071 bash[35187]: cluster 2024-01-16T05:59:25.939469+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:26.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:26 smithi071 bash[38584]: cluster 2024-01-16T05:59:25.273231+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-16T05:59:26.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:26 smithi071 bash[38584]: audit 2024-01-16T05:59:25.434981+0000 mon.a (mon.0) 666 : audit [DBG] from='client.? 172.21.15.71:0/2060575606' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T05:59:26.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:26 smithi071 bash[38584]: cluster 2024-01-16T05:59:25.939469+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:26.990 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled prometheus update... 2024-01-16T05:59:27.358 DEBUG:teuthology.orchestra.run.smithi134:prometheus.a> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@prometheus.a.service 2024-01-16T05:59:27.360 INFO:tasks.cephadm:Adding node-exporter.a on smithi071 2024-01-16T05:59:27.360 INFO:tasks.cephadm:Adding node-exporter.b on smithi134 2024-01-16T05:59:27.360 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch apply node-exporter '2;smithi071=a;smithi134=b' 2024-01-16T05:59:27.391 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:59:27.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:27 smithi134 bash[35280]: cluster 2024-01-16T05:59:26.269626+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T05:59:27.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:27 smithi134 bash[35280]: audit 2024-01-16T05:59:26.983417+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.24332 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi134=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:27.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:27 smithi134 bash[35280]: cephadm 2024-01-16T05:59:26.984014+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi134=a 2024-01-16T05:59:27.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:27 smithi134 bash[35280]: audit 2024-01-16T05:59:26.984392+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T05:59:26.984026\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-16T05:59:27.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:27 smithi134 bash[35280]: audit 2024-01-16T05:59:26.987313+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T05:59:26.984026\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-16T05:59:27.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:27 smithi134 bash[35280]: cephadm 2024-01-16T05:59:26.991071+0000 mgr.y (mgr.14142) 126 : cephadm [INF] Deploying daemon prometheus.a on smithi134 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[35187]: cluster 2024-01-16T05:59:26.269626+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[35187]: audit 2024-01-16T05:59:26.983417+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.24332 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi134=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[35187]: cephadm 2024-01-16T05:59:26.984014+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi134=a 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[35187]: audit 2024-01-16T05:59:26.984392+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T05:59:26.984026\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[35187]: audit 2024-01-16T05:59:26.987313+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T05:59:26.984026\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[35187]: cephadm 2024-01-16T05:59:26.991071+0000 mgr.y (mgr.14142) 126 : cephadm [INF] Deploying daemon prometheus.a on smithi134 2024-01-16T05:59:27.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[38584]: cluster 2024-01-16T05:59:26.269626+0000 mon.a (mon.0) 667 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-16T05:59:27.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[38584]: audit 2024-01-16T05:59:26.983417+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.24332 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi134=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:27.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[38584]: cephadm 2024-01-16T05:59:26.984014+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi134=a 2024-01-16T05:59:27.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[38584]: audit 2024-01-16T05:59:26.984392+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T05:59:26.984026\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-16T05:59:27.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[38584]: audit 2024-01-16T05:59:26.987313+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-16T05:59:26.984026\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-16T05:59:27.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:27 smithi071 bash[38584]: cephadm 2024-01-16T05:59:26.991071+0000 mgr.y (mgr.14142) 126 : cephadm [INF] Deploying daemon prometheus.a on smithi134 2024-01-16T05:59:28.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:28 smithi134 bash[35280]: cluster 2024-01-16T05:59:27.939907+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:28.555 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled node-exporter update... 2024-01-16T05:59:28.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:28 smithi071 bash[35187]: cluster 2024-01-16T05:59:27.939907+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:28.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:28 smithi071 bash[38584]: cluster 2024-01-16T05:59:27.939907+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 4.5 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:28.916 DEBUG:teuthology.orchestra.run.smithi071:node-exporter.a> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@node-exporter.a.service 2024-01-16T05:59:28.919 DEBUG:teuthology.orchestra.run.smithi134:node-exporter.b> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@node-exporter.b.service 2024-01-16T05:59:28.921 INFO:tasks.cephadm:Adding alertmanager.a on smithi071 2024-01-16T05:59:28.921 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch apply alertmanager '1;smithi071=a' 2024-01-16T05:59:28.949 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:59:28.955 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:59:29.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:29 smithi134 bash[35280]: audit 2024-01-16T05:59:28.552313+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:29.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:29 smithi134 bash[35280]: cephadm 2024-01-16T05:59:28.552916+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi134=b 2024-01-16T05:59:29.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:29 smithi134 bash[35280]: audit 2024-01-16T05:59:28.553318+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T05:59:28.552934\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-16T05:59:29.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:29 smithi134 bash[35280]: audit 2024-01-16T05:59:28.556200+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T05:59:28.552934\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[35187]: audit 2024-01-16T05:59:28.552313+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[35187]: cephadm 2024-01-16T05:59:28.552916+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi134=b 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[35187]: audit 2024-01-16T05:59:28.553318+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T05:59:28.552934\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[35187]: audit 2024-01-16T05:59:28.556200+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T05:59:28.552934\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[38584]: audit 2024-01-16T05:59:28.552313+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[38584]: cephadm 2024-01-16T05:59:28.552916+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi134=b 2024-01-16T05:59:29.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[38584]: audit 2024-01-16T05:59:28.553318+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T05:59:28.552934\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-16T05:59:29.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:29 smithi071 bash[38584]: audit 2024-01-16T05:59:28.556200+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-16T05:59:28.552934\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi134\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-16T05:59:30.142 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled alertmanager update... 2024-01-16T05:59:30.515 DEBUG:teuthology.orchestra.run.smithi071:alertmanager.a> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@alertmanager.a.service 2024-01-16T05:59:30.518 INFO:tasks.cephadm:Adding grafana.a on smithi134 2024-01-16T05:59:30.519 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph orch apply grafana '1;smithi134=a' 2024-01-16T05:59:30.551 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:-- Logs begin at Tue 2024-01-16 05:43:50 UTC. -- 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[38584]: cluster 2024-01-16T05:59:29.940236+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[38584]: audit 2024-01-16T05:59:30.139077+0000 mgr.y (mgr.14142) 131 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[38584]: cephadm 2024-01-16T05:59:30.139637+0000 mgr.y (mgr.14142) 132 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[38584]: audit 2024-01-16T05:59:30.140036+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T05:59:30.139650\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[38584]: audit 2024-01-16T05:59:30.142991+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T05:59:30.139650\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[35187]: cluster 2024-01-16T05:59:29.940236+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[35187]: audit 2024-01-16T05:59:30.139077+0000 mgr.y (mgr.14142) 131 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:30.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[35187]: cephadm 2024-01-16T05:59:30.139637+0000 mgr.y (mgr.14142) 132 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-01-16T05:59:30.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[35187]: audit 2024-01-16T05:59:30.140036+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T05:59:30.139650\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-16T05:59:30.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:30 smithi071 bash[35187]: audit 2024-01-16T05:59:30.142991+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T05:59:30.139650\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-16T05:59:30.761 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:30 smithi134 bash[35280]: cluster 2024-01-16T05:59:29.940236+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:30.761 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:30 smithi134 bash[35280]: audit 2024-01-16T05:59:30.139077+0000 mgr.y (mgr.14142) 131 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:30.761 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:30 smithi134 bash[35280]: cephadm 2024-01-16T05:59:30.139637+0000 mgr.y (mgr.14142) 132 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-01-16T05:59:30.761 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:30 smithi134 bash[35280]: audit 2024-01-16T05:59:30.140036+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T05:59:30.139650\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-16T05:59:30.761 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:30 smithi134 bash[35280]: audit 2024-01-16T05:59:30.142991+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-16T05:59:30.139650\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-16T05:59:31.733 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled grafana update... 2024-01-16T05:59:32.021 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:31 smithi134 bash[35280]: audit 2024-01-16T05:59:31.730044+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T05:59:31.729675\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-16T05:59:32.021 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:31 smithi134 bash[35280]: audit 2024-01-16T05:59:31.733553+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T05:59:31.729675\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-16T05:59:32.099 DEBUG:teuthology.orchestra.run.smithi134:grafana.a> sudo journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@grafana.a.service 2024-01-16T05:59:32.102 INFO:tasks.cephadm:Setting up client nodes... 2024-01-16T05:59:32.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T05:59:32.132 INFO:journalctl@ceph.grafana.a.smithi134.stdout:-- Logs begin at Tue 2024-01-16 05:43:57 UTC. -- 2024-01-16T05:59:32.133 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:31 smithi071 bash[38584]: audit 2024-01-16T05:59:31.730044+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T05:59:31.729675\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-16T05:59:32.133 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:31 smithi071 bash[38584]: audit 2024-01-16T05:59:31.733553+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T05:59:31.729675\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-16T05:59:32.133 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:31 smithi071 bash[35187]: audit 2024-01-16T05:59:31.730044+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T05:59:31.729675\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-16T05:59:32.133 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:31 smithi071 bash[35187]: audit 2024-01-16T05:59:31.733553+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-16T05:59:31.729675\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi134\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-16T05:59:33.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[35187]: audit 2024-01-16T05:59:31.729099+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi134=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:33.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[35187]: cephadm 2024-01-16T05:59:31.729663+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi134=a 2024-01-16T05:59:33.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[35187]: cluster 2024-01-16T05:59:31.940747+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:33.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[35187]: cluster 2024-01-16T05:59:32.782585+0000 mon.a (mon.0) 676 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T05:59:33.036 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[35187]: cluster 2024-01-16T05:59:32.782640+0000 mon.a (mon.0) 677 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:33.237 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2024-01-16T05:59:33.237 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQBFG6ZlmeHoDRAA5Rl8los8GRg86J5nsnNr1A== 2024-01-16T05:59:33.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:33 smithi134 bash[35280]: audit 2024-01-16T05:59:31.729099+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi134=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:33.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:33 smithi134 bash[35280]: cephadm 2024-01-16T05:59:31.729663+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi134=a 2024-01-16T05:59:33.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:33 smithi134 bash[35280]: cluster 2024-01-16T05:59:31.940747+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:33 smithi134 bash[35280]: cluster 2024-01-16T05:59:32.782585+0000 mon.a (mon.0) 676 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T05:59:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:33 smithi134 bash[35280]: cluster 2024-01-16T05:59:32.782640+0000 mon.a (mon.0) 677 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:33.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[38584]: audit 2024-01-16T05:59:31.729099+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi134=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T05:59:33.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[38584]: cephadm 2024-01-16T05:59:31.729663+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi134=a 2024-01-16T05:59:33.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[38584]: cluster 2024-01-16T05:59:31.940747+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:33.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[38584]: cluster 2024-01-16T05:59:32.782585+0000 mon.a (mon.0) 676 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-16T05:59:33.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:33 smithi071 bash[38584]: cluster 2024-01-16T05:59:32.782640+0000 mon.a (mon.0) 677 : cluster [INF] Cluster is now healthy 2024-01-16T05:59:33.607 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-16T05:59:33.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-16T05:59:33.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-16T05:59:33.686 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T05:59:34.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:34 smithi134 bash[35280]: audit 2024-01-16T05:59:33.233241+0000 mon.a (mon.0) 678 : audit [INF] from='client.? 172.21.15.71:0/691457542' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:34.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:34 smithi134 bash[35280]: audit 2024-01-16T05:59:33.238519+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.71:0/691457542' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T05:59:34.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:34 smithi071 bash[35187]: audit 2024-01-16T05:59:33.233241+0000 mon.a (mon.0) 678 : audit [INF] from='client.? 172.21.15.71:0/691457542' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:34.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:34 smithi071 bash[35187]: audit 2024-01-16T05:59:33.238519+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.71:0/691457542' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T05:59:34.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:34 smithi071 bash[38584]: audit 2024-01-16T05:59:33.233241+0000 mon.a (mon.0) 678 : audit [INF] from='client.? 172.21.15.71:0/691457542' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:34.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:34 smithi071 bash[38584]: audit 2024-01-16T05:59:33.238519+0000 mon.a (mon.0) 679 : audit [INF] from='client.? 172.21.15.71:0/691457542' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T05:59:35.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:35 smithi134 bash[35280]: cluster 2024-01-16T05:59:33.941269+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:35.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:35 smithi134 bash[35280]: audit 2024-01-16T05:59:34.952446+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"fdf1a52c-eb15-454c-a638-9c328ab6bb23\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705384764.2651958, \"finished_at\": 1705384772.7865524}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T05:59:35.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:35 smithi134 bash[35280]: audit 2024-01-16T05:59:34.955488+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"fdf1a52c-eb15-454c-a638-9c328ab6bb23\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705384764.2651958, \"finished_at\": 1705384772.7865524}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T05:59:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:35 smithi071 bash[35187]: cluster 2024-01-16T05:59:33.941269+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:35 smithi071 bash[35187]: audit 2024-01-16T05:59:34.952446+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"fdf1a52c-eb15-454c-a638-9c328ab6bb23\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705384764.2651958, \"finished_at\": 1705384772.7865524}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T05:59:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:35 smithi071 bash[35187]: audit 2024-01-16T05:59:34.955488+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"fdf1a52c-eb15-454c-a638-9c328ab6bb23\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705384764.2651958, \"finished_at\": 1705384772.7865524}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T05:59:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:35 smithi071 bash[38584]: cluster 2024-01-16T05:59:33.941269+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:35 smithi071 bash[38584]: audit 2024-01-16T05:59:34.952446+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"fdf1a52c-eb15-454c-a638-9c328ab6bb23\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705384764.2651958, \"finished_at\": 1705384772.7865524}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-16T05:59:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:35 smithi071 bash[38584]: audit 2024-01-16T05:59:34.955488+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"fdf1a52c-eb15-454c-a638-9c328ab6bb23\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705384764.2651958, \"finished_at\": 1705384772.7865524}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-16T05:59:35.495 INFO:teuthology.orchestra.run.smithi134.stdout:[client.1] 2024-01-16T05:59:35.496 INFO:teuthology.orchestra.run.smithi134.stdout: key = AQBHG6Zl3vFFHRAAh4mmhs3Nf44mKtdE65Ughw== 2024-01-16T05:59:35.882 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-01-16T05:59:35.882 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-16T05:59:35.882 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-16T05:59:35.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T05:59:36.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:36 smithi071 bash[35187]: audit 2024-01-16T05:59:35.490544+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.134:0/1441099371' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:36.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:36 smithi071 bash[35187]: audit 2024-01-16T05:59:35.490986+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:36.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:36 smithi071 bash[35187]: audit 2024-01-16T05:59:35.497066+0000 mon.a (mon.0) 683 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T05:59:36.218 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:36 smithi071 bash[38584]: audit 2024-01-16T05:59:35.490544+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.134:0/1441099371' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:36.218 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:36 smithi071 bash[38584]: audit 2024-01-16T05:59:35.490986+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:36.218 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:36 smithi071 bash[38584]: audit 2024-01-16T05:59:35.497066+0000 mon.a (mon.0) 683 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T05:59:36.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:36 smithi134 bash[35280]: audit 2024-01-16T05:59:35.490544+0000 mon.b (mon.2) 24 : audit [INF] from='client.? 172.21.15.134:0/1441099371' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:36.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:36 smithi134 bash[35280]: audit 2024-01-16T05:59:35.490986+0000 mon.a (mon.0) 682 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T05:59:36.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:36 smithi134 bash[35280]: audit 2024-01-16T05:59:35.497066+0000 mon.a (mon.0) 683 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T05:59:37.030 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:37.030 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":60,"fsid":"df6d77ae-b433-11ee-95ad-87774f69a715","created":"2024-01-16T05:56:04.062586+0000","modified":"2024-01-16T05:59:25.262885+0000","last_up_change":"2024-01-16T05:59:24.256997+0000","last_in_change":"2024-01-16T05:59:24.256997+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-16T05:56:11.921567+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":"e4bf751e-07c6-458a-b33a-c330caaed5bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":58,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6803","nonce":219011466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6805","nonce":219011466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6809","nonce":219011466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6807","nonce":219011466}]},"public_addr":"172.21.15.71:6803/219011466","cluster_addr":"172.21.15.71:6805/219011466","heartbeat_back_addr":"172.21.15.71:6809/219011466","heartbeat_front_addr":"172.21.15.71:6807/219011466","state":["exists","up"]},{"osd":1,"uuid":"07ce9216-8ad5-4111-ac4b-894a3afa4e22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":18,"up_from":21,"up_thru":40,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6811","nonce":2230313693}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6813","nonce":2230313693}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6817","nonce":2230313693}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6815","nonce":2230313693}]},"public_addr":"172.21.15.71:6811/2230313693","cluster_addr":"172.21.15.71:6813/2230313693","heartbeat_back_addr":"172.21.15.71:6817/2230313693","heartbeat_front_addr":"172.21.15.71:6815/2230313693","state":["exists","up"]},{"osd":2,"uuid":"0c81171e-02af-492b-9b18-c9ca97be1f23","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":26,"up_from":29,"up_thru":0,"down_at":27,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6819","nonce":2936243839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6821","nonce":2936243839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6825","nonce":2936243839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6823","nonce":2936243839}]},"public_addr":"172.21.15.71:6819/2936243839","cluster_addr":"172.21.15.71:6821/2936243839","heartbeat_back_addr":"172.21.15.71:6825/2936243839","heartbeat_front_addr":"172.21.15.71:6823/2936243839","state":["exists","up"]},{"osd":3,"uuid":"4fd66e86-53f8-444b-aac5-b66843a8e817","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6827","nonce":3673003220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6829","nonce":3673003220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6833","nonce":3673003220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6831","nonce":3673003220}]},"public_addr":"172.21.15.71:6827/3673003220","cluster_addr":"172.21.15.71:6829/3673003220","heartbeat_back_addr":"172.21.15.71:6833/3673003220","heartbeat_front_addr":"172.21.15.71:6831/3673003220","state":["exists","up"]},{"osd":4,"uuid":"8fdf9fe5-870e-4940-bfa4-078fbe01d21c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":37,"up_from":40,"up_thru":0,"down_at":38,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6801","nonce":914362713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6803","nonce":914362713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6807","nonce":914362713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6805","nonce":914362713}]},"public_addr":"172.21.15.134:6801/914362713","cluster_addr":"172.21.15.134:6803/914362713","heartbeat_back_addr":"172.21.15.134:6807/914362713","heartbeat_front_addr":"172.21.15.134:6805/914362713","state":["exists","up"]},{"osd":5,"uuid":"49024cef-9e32-4982-b14f-f2f997e9c540","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":43,"last_clean_end":45,"up_from":48,"up_thru":48,"down_at":46,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6809","nonce":3804887957}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6811","nonce":3804887957}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6815","nonce":3804887957}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6813","nonce":3804887957}]},"public_addr":"172.21.15.134:6809/3804887957","cluster_addr":"172.21.15.134:6811/3804887957","heartbeat_back_addr":"172.21.15.134:6815/3804887957","heartbeat_front_addr":"172.21.15.134:6813/3804887957","state":["exists","up"]},{"osd":6,"uuid":"187dd640-a32c-4bba-8333-ca2a8b3a3507","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":51,"last_clean_end":52,"up_from":55,"up_thru":55,"down_at":53,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6817","nonce":836264732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6819","nonce":836264732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6823","nonce":836264732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6821","nonce":836264732}]},"public_addr":"172.21.15.134:6817/836264732","cluster_addr":"172.21.15.134:6819/836264732","heartbeat_back_addr":"172.21.15.134:6823/836264732","heartbeat_front_addr":"172.21.15.134:6821/836264732","state":["exists","up"]},{"osd":7,"uuid":"910495f4-e8f0-4af7-b1f2-e09248b7af13","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":59,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6825","nonce":1298751291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6827","nonce":1298751291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6831","nonce":1298751291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6829","nonce":1298751291}]},"public_addr":"172.21.15.134:6825/1298751291","cluster_addr":"172.21.15.134:6827/1298751291","heartbeat_back_addr":"172.21.15.134:6831/1298751291","heartbeat_front_addr":"172.21.15.134:6829/1298751291","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-16T05:57:59.031977+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:57:47.264093+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:01.175334+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:16.276673+0000","dead_epoch":27},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:29.725304+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:39.958263+0000","dead_epoch":38},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:53.415928+0000","dead_epoch":46},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:59:07.797594+0000","dead_epoch":53},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:59:22.276662+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.71:6801/212105192":"2024-01-17T05:56:29.855319+0000","172.21.15.71:6800/212105192":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/1485704344":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/3202059842":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/2470609171":"2024-01-17T05:56:19.054258+0000","172.21.15.71:0/618774029":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/3416708512":"2024-01-17T05:56:19.054258+0000","172.21.15.71:6800/4157033603":"2024-01-17T05:56:19.054258+0000","172.21.15.71:6801/4157033603":"2024-01-17T05:56:19.054258+0000","172.21.15.71:0/90230685":"2024-01-17T05:56:19.054258+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-01-16T05:59:37.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:37 smithi071 bash[35187]: cluster 2024-01-16T05:59:35.941622+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:37.397 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:37 smithi071 bash[35187]: audit 2024-01-16T05:59:37.031264+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.71:0/2884525587' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:37.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:37 smithi071 bash[38584]: cluster 2024-01-16T05:59:35.941622+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:37.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:37 smithi071 bash[38584]: audit 2024-01-16T05:59:37.031264+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.71:0/2884525587' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:37.398 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-16T05:56:11.921567+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '12', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-16T05:59:37.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-16T05:59:37.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:37 smithi134 bash[35280]: cluster 2024-01-16T05:59:35.941622+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:37.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:37 smithi134 bash[35280]: audit 2024-01-16T05:59:37.031264+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.71:0/2884525587' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:38.474 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-01-16T05:59:38.857 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-16T05:59:38.857 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-16T05:59:38.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph mgr dump --format=json 2024-01-16T05:59:39.125 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:39 smithi071 bash[38584]: cluster 2024-01-16T05:59:37.941931+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:39.126 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:39 smithi071 bash[38584]: audit 2024-01-16T05:59:38.475066+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.71:0/412750181' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T05:59:39.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:39 smithi071 bash[35187]: cluster 2024-01-16T05:59:37.941931+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:39.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:39 smithi071 bash[35187]: audit 2024-01-16T05:59:38.475066+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.71:0/412750181' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T05:59:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:39 smithi134 bash[35280]: cluster 2024-01-16T05:59:37.941931+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:39 smithi134 bash[35280]: audit 2024-01-16T05:59:38.475066+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.71:0/412750181' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T05:59:40.026 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:40.387 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:40 smithi071 bash[38584]: audit 2024-01-16T05:59:40.024119+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.71:0/3658125420' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T05:59:40.388 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:40 smithi071 bash[35187]: audit 2024-01-16T05:59:40.024119+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.71:0/3658125420' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T05:59:40.388 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":2598038410},{"type":"v1","addr":"172.21.15.71:6801","nonce":2598038410}]},"active_addr":"172.21.15.71:6801/2598038410","active_change":"2024-01-16T05:56:29.855709+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":24110,"name":"x","mgr_features":4540138292836696063,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi071.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.71:0","nonce":1081235814}]},{"addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3801070289}]},{"addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1673925899}]}]}} 2024-01-16T05:59:40.391 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-16T05:59:40.391 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-16T05:59:40.391 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T05:59:40.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:40 smithi134 bash[35280]: audit 2024-01-16T05:59:40.024119+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.71:0/3658125420' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T05:59:41.184 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:41 smithi134 bash[35280]: cluster 2024-01-16T05:59:39.942218+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:41.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:41 smithi071 bash[35187]: cluster 2024-01-16T05:59:39.942218+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:41.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:41 smithi071 bash[38584]: cluster 2024-01-16T05:59:39.942218+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:41.512 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:41.512 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":60,"fsid":"df6d77ae-b433-11ee-95ad-87774f69a715","created":"2024-01-16T05:56:04.062586+0000","modified":"2024-01-16T05:59:25.262885+0000","last_up_change":"2024-01-16T05:59:24.256997+0000","last_in_change":"2024-01-16T05:59:24.256997+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-16T05:56:11.921567+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":"e4bf751e-07c6-458a-b33a-c330caaed5bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":58,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6803","nonce":219011466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6805","nonce":219011466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6809","nonce":219011466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6807","nonce":219011466}]},"public_addr":"172.21.15.71:6803/219011466","cluster_addr":"172.21.15.71:6805/219011466","heartbeat_back_addr":"172.21.15.71:6809/219011466","heartbeat_front_addr":"172.21.15.71:6807/219011466","state":["exists","up"]},{"osd":1,"uuid":"07ce9216-8ad5-4111-ac4b-894a3afa4e22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":18,"up_from":21,"up_thru":40,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6811","nonce":2230313693}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6813","nonce":2230313693}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6817","nonce":2230313693}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6815","nonce":2230313693}]},"public_addr":"172.21.15.71:6811/2230313693","cluster_addr":"172.21.15.71:6813/2230313693","heartbeat_back_addr":"172.21.15.71:6817/2230313693","heartbeat_front_addr":"172.21.15.71:6815/2230313693","state":["exists","up"]},{"osd":2,"uuid":"0c81171e-02af-492b-9b18-c9ca97be1f23","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":26,"up_from":29,"up_thru":0,"down_at":27,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6819","nonce":2936243839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6821","nonce":2936243839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6825","nonce":2936243839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6823","nonce":2936243839}]},"public_addr":"172.21.15.71:6819/2936243839","cluster_addr":"172.21.15.71:6821/2936243839","heartbeat_back_addr":"172.21.15.71:6825/2936243839","heartbeat_front_addr":"172.21.15.71:6823/2936243839","state":["exists","up"]},{"osd":3,"uuid":"4fd66e86-53f8-444b-aac5-b66843a8e817","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6827","nonce":3673003220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6829","nonce":3673003220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6833","nonce":3673003220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6831","nonce":3673003220}]},"public_addr":"172.21.15.71:6827/3673003220","cluster_addr":"172.21.15.71:6829/3673003220","heartbeat_back_addr":"172.21.15.71:6833/3673003220","heartbeat_front_addr":"172.21.15.71:6831/3673003220","state":["exists","up"]},{"osd":4,"uuid":"8fdf9fe5-870e-4940-bfa4-078fbe01d21c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":37,"up_from":40,"up_thru":0,"down_at":38,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6801","nonce":914362713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6803","nonce":914362713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6807","nonce":914362713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6805","nonce":914362713}]},"public_addr":"172.21.15.134:6801/914362713","cluster_addr":"172.21.15.134:6803/914362713","heartbeat_back_addr":"172.21.15.134:6807/914362713","heartbeat_front_addr":"172.21.15.134:6805/914362713","state":["exists","up"]},{"osd":5,"uuid":"49024cef-9e32-4982-b14f-f2f997e9c540","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":43,"last_clean_end":45,"up_from":48,"up_thru":48,"down_at":46,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6809","nonce":3804887957}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6811","nonce":3804887957}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6815","nonce":3804887957}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6813","nonce":3804887957}]},"public_addr":"172.21.15.134:6809/3804887957","cluster_addr":"172.21.15.134:6811/3804887957","heartbeat_back_addr":"172.21.15.134:6815/3804887957","heartbeat_front_addr":"172.21.15.134:6813/3804887957","state":["exists","up"]},{"osd":6,"uuid":"187dd640-a32c-4bba-8333-ca2a8b3a3507","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":51,"last_clean_end":52,"up_from":55,"up_thru":55,"down_at":53,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6817","nonce":836264732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6819","nonce":836264732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6823","nonce":836264732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6821","nonce":836264732}]},"public_addr":"172.21.15.134:6817/836264732","cluster_addr":"172.21.15.134:6819/836264732","heartbeat_back_addr":"172.21.15.134:6823/836264732","heartbeat_front_addr":"172.21.15.134:6821/836264732","state":["exists","up"]},{"osd":7,"uuid":"910495f4-e8f0-4af7-b1f2-e09248b7af13","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":59,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6825","nonce":1298751291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6827","nonce":1298751291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6831","nonce":1298751291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6829","nonce":1298751291}]},"public_addr":"172.21.15.134:6825/1298751291","cluster_addr":"172.21.15.134:6827/1298751291","heartbeat_back_addr":"172.21.15.134:6831/1298751291","heartbeat_front_addr":"172.21.15.134:6829/1298751291","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-16T05:57:59.031977+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:57:47.264093+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:01.175334+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:16.276673+0000","dead_epoch":27},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:29.725304+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:39.958263+0000","dead_epoch":38},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:53.415928+0000","dead_epoch":46},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:59:07.797594+0000","dead_epoch":53},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:59:22.276662+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.71:6801/212105192":"2024-01-17T05:56:29.855319+0000","172.21.15.71:6800/212105192":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/1485704344":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/3202059842":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/2470609171":"2024-01-17T05:56:19.054258+0000","172.21.15.71:0/618774029":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/3416708512":"2024-01-17T05:56:19.054258+0000","172.21.15.71:6800/4157033603":"2024-01-17T05:56:19.054258+0000","172.21.15.71:6801/4157033603":"2024-01-17T05:56:19.054258+0000","172.21.15.71:0/90230685":"2024-01-17T05:56:19.054258+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-01-16T05:59:41.873 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-16T05:59:41.874 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T05:59:42.124 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:42 smithi071 bash[35187]: audit 2024-01-16T05:59:41.513121+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.71:0/2502793165' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:42.124 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:42 smithi071 bash[38584]: audit 2024-01-16T05:59:41.513121+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.71:0/2502793165' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:42.244 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[35280]: audit 2024-01-16T05:59:41.513121+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.71:0/2502793165' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:42.538 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 podman[45863]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-prometheus.a" found: no such container 2024-01-16T05:59:42.538 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 systemd[1]: Started Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:42.969 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T05:59:42.970 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":60,"fsid":"df6d77ae-b433-11ee-95ad-87774f69a715","created":"2024-01-16T05:56:04.062586+0000","modified":"2024-01-16T05:59:25.262885+0000","last_up_change":"2024-01-16T05:59:24.256997+0000","last_in_change":"2024-01-16T05:59:24.256997+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-16T05:56:11.921567+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":"e4bf751e-07c6-458a-b33a-c330caaed5bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":58,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6803","nonce":219011466}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6805","nonce":219011466}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6809","nonce":219011466}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":219011466},{"type":"v1","addr":"172.21.15.71:6807","nonce":219011466}]},"public_addr":"172.21.15.71:6803/219011466","cluster_addr":"172.21.15.71:6805/219011466","heartbeat_back_addr":"172.21.15.71:6809/219011466","heartbeat_front_addr":"172.21.15.71:6807/219011466","state":["exists","up"]},{"osd":1,"uuid":"07ce9216-8ad5-4111-ac4b-894a3afa4e22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":17,"last_clean_end":18,"up_from":21,"up_thru":40,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6811","nonce":2230313693}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6813","nonce":2230313693}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6817","nonce":2230313693}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2230313693},{"type":"v1","addr":"172.21.15.71:6815","nonce":2230313693}]},"public_addr":"172.21.15.71:6811/2230313693","cluster_addr":"172.21.15.71:6813/2230313693","heartbeat_back_addr":"172.21.15.71:6817/2230313693","heartbeat_front_addr":"172.21.15.71:6815/2230313693","state":["exists","up"]},{"osd":2,"uuid":"0c81171e-02af-492b-9b18-c9ca97be1f23","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":26,"up_from":29,"up_thru":0,"down_at":27,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6819","nonce":2936243839}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6821","nonce":2936243839}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6825","nonce":2936243839}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":2936243839},{"type":"v1","addr":"172.21.15.71:6823","nonce":2936243839}]},"public_addr":"172.21.15.71:6819/2936243839","cluster_addr":"172.21.15.71:6821/2936243839","heartbeat_back_addr":"172.21.15.71:6825/2936243839","heartbeat_front_addr":"172.21.15.71:6823/2936243839","state":["exists","up"]},{"osd":3,"uuid":"4fd66e86-53f8-444b-aac5-b66843a8e817","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6827","nonce":3673003220}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6829","nonce":3673003220}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6833","nonce":3673003220}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":3673003220},{"type":"v1","addr":"172.21.15.71:6831","nonce":3673003220}]},"public_addr":"172.21.15.71:6827/3673003220","cluster_addr":"172.21.15.71:6829/3673003220","heartbeat_back_addr":"172.21.15.71:6833/3673003220","heartbeat_front_addr":"172.21.15.71:6831/3673003220","state":["exists","up"]},{"osd":4,"uuid":"8fdf9fe5-870e-4940-bfa4-078fbe01d21c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":36,"last_clean_end":37,"up_from":40,"up_thru":0,"down_at":38,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6801","nonce":914362713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6803","nonce":914362713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6807","nonce":914362713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":914362713},{"type":"v1","addr":"172.21.15.134:6805","nonce":914362713}]},"public_addr":"172.21.15.134:6801/914362713","cluster_addr":"172.21.15.134:6803/914362713","heartbeat_back_addr":"172.21.15.134:6807/914362713","heartbeat_front_addr":"172.21.15.134:6805/914362713","state":["exists","up"]},{"osd":5,"uuid":"49024cef-9e32-4982-b14f-f2f997e9c540","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":43,"last_clean_end":45,"up_from":48,"up_thru":48,"down_at":46,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6809","nonce":3804887957}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6811","nonce":3804887957}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6815","nonce":3804887957}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":3804887957},{"type":"v1","addr":"172.21.15.134:6813","nonce":3804887957}]},"public_addr":"172.21.15.134:6809/3804887957","cluster_addr":"172.21.15.134:6811/3804887957","heartbeat_back_addr":"172.21.15.134:6815/3804887957","heartbeat_front_addr":"172.21.15.134:6813/3804887957","state":["exists","up"]},{"osd":6,"uuid":"187dd640-a32c-4bba-8333-ca2a8b3a3507","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":51,"last_clean_end":52,"up_from":55,"up_thru":55,"down_at":53,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6817","nonce":836264732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6819","nonce":836264732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6823","nonce":836264732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":836264732},{"type":"v1","addr":"172.21.15.134:6821","nonce":836264732}]},"public_addr":"172.21.15.134:6817/836264732","cluster_addr":"172.21.15.134:6819/836264732","heartbeat_back_addr":"172.21.15.134:6823/836264732","heartbeat_front_addr":"172.21.15.134:6821/836264732","state":["exists","up"]},{"osd":7,"uuid":"910495f4-e8f0-4af7-b1f2-e09248b7af13","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":59,"up_thru":59,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6825","nonce":1298751291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6827","nonce":1298751291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6831","nonce":1298751291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":1298751291},{"type":"v1","addr":"172.21.15.134:6829","nonce":1298751291}]},"public_addr":"172.21.15.134:6825/1298751291","cluster_addr":"172.21.15.134:6827/1298751291","heartbeat_back_addr":"172.21.15.134:6831/1298751291","heartbeat_front_addr":"172.21.15.134:6829/1298751291","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-16T05:57:59.031977+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:57:47.264093+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:01.175334+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:16.276673+0000","dead_epoch":27},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:29.725304+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:39.958263+0000","dead_epoch":38},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:58:53.415928+0000","dead_epoch":46},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:59:07.797594+0000","dead_epoch":53},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T05:59:22.276662+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.71:6801/212105192":"2024-01-17T05:56:29.855319+0000","172.21.15.71:6800/212105192":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/1485704344":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/3202059842":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/2470609171":"2024-01-17T05:56:19.054258+0000","172.21.15.71:0/618774029":"2024-01-17T05:56:29.855319+0000","172.21.15.71:0/3416708512":"2024-01-17T05:56:19.054258+0000","172.21.15.71:6800/4157033603":"2024-01-17T05:56:19.054258+0000","172.21.15.71:6801/4157033603":"2024-01-17T05:56:19.054258+0000","172.21.15.71:0/90230685":"2024-01-17T05:56:19.054258+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-01-16T05:59:43.271 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[38584]: cluster 2024-01-16T05:59:41.942551+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:43.271 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[35187]: cluster 2024-01-16T05:59:41.942551+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:43.271 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[38584]: audit 2024-01-16T05:59:42.420584+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[35187]: audit 2024-01-16T05:59:42.420584+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[35187]: audit 2024-01-16T05:59:42.423658+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[35187]: audit 2024-01-16T05:59:42.424227+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[35187]: audit 2024-01-16T05:59:42.970469+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.71:0/3694052890' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[38584]: audit 2024-01-16T05:59:42.423658+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[38584]: audit 2024-01-16T05:59:42.424227+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:43.272 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:43 smithi071 bash[38584]: audit 2024-01-16T05:59:42.970469+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.71:0/3694052890' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:43 smithi134 bash[35280]: cluster 2024-01-16T05:59:41.942551+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:43 smithi134 bash[35280]: audit 2024-01-16T05:59:42.420584+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:43 smithi134 bash[35280]: audit 2024-01-16T05:59:42.423658+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054166\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054239\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054269\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054296\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054321\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:22.054347\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:43 smithi134 bash[35280]: audit 2024-01-16T05:59:42.424227+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T05:59:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:43 smithi134 bash[35280]: audit 2024-01-16T05:59:42.970469+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.71:0/3694052890' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T05:59:43.289 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.853Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-16T05:59:43.289 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.853Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-16T05:59:43.289 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.853Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-16T05:59:43.289 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.853Z caller=main.go:594 level=info host_details="(Linux 4.18.0-532.el8.x86_64 #1 SMP Thu Dec 21 12:11:59 UTC 2023 x86_64 smithi134 (none))" 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.853Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.853Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.854Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.854Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.855Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.855Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.858Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.858Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.749µs 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.858Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.858Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.858Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.802µs wal_replay_duration=203.454µs wbl_replay_duration=137ns total_replay_duration=248.047µs 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.859Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.859Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-16T05:59:43.290 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.859Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-16T05:59:43.291 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.860Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=587.769µs db_storage=905ns remote_storage=988ns web_handler=338ns query_engine=756ns scrape=357.268µs scrape_sd=19.563µs notify=812ns notify_sd=2.11µs rules=28.86µs tracing=5.695µs 2024-01-16T05:59:43.291 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.860Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-16T05:59:43.291 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 05:59:42 smithi134 bash[45879]: ts=2024-01-16T05:59:42.860Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-16T05:59:43.340 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-16T05:59:44.161 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:44 smithi134 systemd[1]: Starting Ceph node-exporter.b for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T05:59:44.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:44 smithi134 bash[35280]: audit 2024-01-16T05:59:43.732522+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_daemon_update\": \"2024-01-16T05:59:43.731804\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:44.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:44 smithi134 bash[35280]: audit 2024-01-16T05:59:43.735676+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_daemon_update\": \"2024-01-16T05:59:43.731804\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:44.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:44 smithi134 bash[35280]: audit 2024-01-16T05:59:43.737209+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T05:59:44.162 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:44 smithi134 bash[35280]: audit 2024-01-16T05:59:43.737722+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:44.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[38584]: audit 2024-01-16T05:59:43.732522+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_daemon_update\": \"2024-01-16T05:59:43.731804\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:44.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[38584]: audit 2024-01-16T05:59:43.735676+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_daemon_update\": \"2024-01-16T05:59:43.731804\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:44.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[38584]: audit 2024-01-16T05:59:43.737209+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T05:59:44.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[38584]: audit 2024-01-16T05:59:43.737722+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:44.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[35187]: audit 2024-01-16T05:59:43.732522+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_daemon_update\": \"2024-01-16T05:59:43.731804\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:44.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[35187]: audit 2024-01-16T05:59:43.735676+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}}, \"last_daemon_update\": \"2024-01-16T05:59:43.731804\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:44.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[35187]: audit 2024-01-16T05:59:43.737209+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T05:59:44.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[35187]: audit 2024-01-16T05:59:43.737722+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:44.538 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:44 smithi134 podman[46281]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-node-exporter.b" found: no such container 2024-01-16T05:59:44.538 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:44 smithi134 systemd[1]: Started Ceph node-exporter.b for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:44.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:44 smithi134 bash[46297]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T05:59:44.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:44 smithi134 bash[46297]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T05:59:44.705 INFO:teuthology.orchestra.run.smithi071.stdout:60129542167 2024-01-16T05:59:44.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-16T05:59:44.940 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:44 smithi071 systemd[1]: Started Ceph node-exporter.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:44.941 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[49828]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-16T05:59:44.941 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:44 smithi071 bash[49828]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-16T05:59:45.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: cephadm 2024-01-16T05:59:43.738130+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon node-exporter.b on smithi134 2024-01-16T05:59:45.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: cluster 2024-01-16T05:59:43.942819+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:45.267 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: cephadm 2024-01-16T05:59:43.738130+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon node-exporter.b on smithi134 2024-01-16T05:59:45.267 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: cluster 2024-01-16T05:59:43.942819+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:45.268 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: audit 2024-01-16T05:59:44.224929+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:45.268 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: audit 2024-01-16T05:59:44.224929+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:45.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: audit 2024-01-16T05:59:44.228379+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:45.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: audit 2024-01-16T05:59:44.228922+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T05:59:45.269 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: audit 2024-01-16T05:59:44.229452+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:45.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: audit 2024-01-16T05:59:44.228379+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:45.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: audit 2024-01-16T05:59:44.228922+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T05:59:45.269 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: audit 2024-01-16T05:59:44.229452+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:45.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: audit 2024-01-16T05:59:44.789857+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:59:45.270 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[35187]: audit 2024-01-16T05:59:44.792694+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:59:45.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: audit 2024-01-16T05:59:44.789857+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:59:45.270 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:45 smithi071 bash[38584]: audit 2024-01-16T05:59:44.792694+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:59:45.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: cephadm 2024-01-16T05:59:43.738130+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon node-exporter.b on smithi134 2024-01-16T05:59:45.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: cluster 2024-01-16T05:59:43.942819+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:45.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: audit 2024-01-16T05:59:44.224929+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T05:59:45.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: audit 2024-01-16T05:59:44.228379+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T05:59:45.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: audit 2024-01-16T05:59:44.228922+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-16T05:59:45.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: audit 2024-01-16T05:59:44.229452+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T05:59:45.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: audit 2024-01-16T05:59:44.789857+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:59:45.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:45 smithi134 bash[35280]: audit 2024-01-16T05:59:44.792694+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:59:46.088 INFO:teuthology.orchestra.run.smithi071.stdout:90194313236 2024-01-16T05:59:46.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-16T05:59:46.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:46 smithi071 bash[38584]: cephadm 2024-01-16T05:59:44.229973+0000 mgr.y (mgr.14142) 143 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-01-16T05:59:46.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:46 smithi071 bash[38584]: cephadm 2024-01-16T05:59:44.796754+0000 mgr.y (mgr.14142) 144 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-01-16T05:59:46.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:46 smithi071 bash[35187]: cephadm 2024-01-16T05:59:44.229973+0000 mgr.y (mgr.14142) 143 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-01-16T05:59:46.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:46 smithi071 bash[35187]: cephadm 2024-01-16T05:59:44.796754+0000 mgr.y (mgr.14142) 144 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-01-16T05:59:46.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:46 smithi134 bash[35280]: cephadm 2024-01-16T05:59:44.229973+0000 mgr.y (mgr.14142) 143 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-01-16T05:59:46.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:46 smithi134 bash[35280]: cephadm 2024-01-16T05:59:44.796754+0000 mgr.y (mgr.14142) 144 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-01-16T05:59:47.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:47 smithi071 bash[38584]: cluster 2024-01-16T05:59:45.943096+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:47.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:47 smithi071 bash[35187]: cluster 2024-01-16T05:59:45.943096+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:47.421 INFO:teuthology.orchestra.run.smithi071.stdout:124554051601 2024-01-16T05:59:47.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-16T05:59:47.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:47 smithi134 bash[35280]: cluster 2024-01-16T05:59:45.943096+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:48.863 INFO:teuthology.orchestra.run.smithi071.stdout:137438953490 2024-01-16T05:59:48.863 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-16T05:59:49.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:49 smithi071 bash[35187]: cluster 2024-01-16T05:59:47.943368+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:49.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:49 smithi071 bash[38584]: cluster 2024-01-16T05:59:47.943368+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:49 smithi134 bash[35280]: cluster 2024-01-16T05:59:47.943368+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:50.238 INFO:teuthology.orchestra.run.smithi071.stdout:171798691853 2024-01-16T05:59:50.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-16T05:59:51.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:51 smithi134 bash[35280]: cluster 2024-01-16T05:59:49.943684+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:51.289 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:50 smithi134 bash[46297]: Getting image source signatures 2024-01-16T05:59:51.289 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:50 smithi134 bash[46297]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-01-16T05:59:51.289 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:50 smithi134 bash[46297]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-01-16T05:59:51.289 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:50 smithi134 bash[46297]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-01-16T05:59:51.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:51 smithi071 bash[35187]: cluster 2024-01-16T05:59:49.943684+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:51.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:51 smithi071 bash[38584]: cluster 2024-01-16T05:59:49.943684+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:51.571 INFO:teuthology.orchestra.run.smithi071.stdout:206158430219 2024-01-16T05:59:51.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-16T05:59:51.690 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:51 smithi071 bash[49828]: Getting image source signatures 2024-01-16T05:59:51.691 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:51 smithi071 bash[49828]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-01-16T05:59:51.691 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:51 smithi071 bash[49828]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-01-16T05:59:51.691 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:51 smithi071 bash[49828]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-01-16T05:59:52.038 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:51 smithi134 bash[46297]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-01-16T05:59:52.038 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:51 smithi134 bash[46297]: Writing manifest to image destination 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.333Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.333Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.333Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.333Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=arp 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-16T05:59:52.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=edac 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-16T05:59:52.540 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=os 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-16T05:59:52.541 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=stat 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=time 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=uname 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.334Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.335Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-16T05:59:52.542 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 05:59:52 smithi134 bash[46297]: ts=2024-01-16T05:59:52.335Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-16T05:59:53.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:53 smithi071 bash[38584]: cluster 2024-01-16T05:59:51.944016+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:53 smithi071 bash[35187]: cluster 2024-01-16T05:59:51.944016+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:53.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:53 smithi134 bash[35280]: cluster 2024-01-16T05:59:51.944016+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:54.441 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:54 smithi071 bash[49828]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-01-16T05:59:54.441 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:54 smithi071 bash[49828]: Writing manifest to image destination 2024-01-16T05:59:55.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[38584]: cluster 2024-01-16T05:59:53.944488+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:55.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[35187]: cluster 2024-01-16T05:59:53.944488+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:55.398 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.898Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-16T05:59:55.398 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.898Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-01-16T05:59:55.398 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=arp 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-16T05:59:55.399 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=edac 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.899Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-16T05:59:55.400 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=os 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=stat 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-16T05:59:55.401 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=time 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=uname 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-16T05:59:55.402 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 05:59:55 smithi071 bash[49828]: ts=2024-01-16T05:59:54.900Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-16T05:59:55.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:55 smithi134 bash[35280]: cluster 2024-01-16T05:59:53.944488+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:55.629 INFO:teuthology.orchestra.run.smithi071.stdout:236223201289 2024-01-16T05:59:55.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-16T05:59:57.091 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:56 smithi071 podman[51271]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-alertmanager.a" found: no such container 2024-01-16T05:59:57.091 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 systemd[1]: Started Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T05:59:57.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[38584]: cluster 2024-01-16T05:59:55.944809+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:57.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[38584]: audit 2024-01-16T05:59:57.035863+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:59:57.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[38584]: audit 2024-01-16T05:59:57.040003+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:59:57.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[35187]: cluster 2024-01-16T05:59:55.944809+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:57.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[35187]: audit 2024-01-16T05:59:57.035863+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:59:57.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[35187]: audit 2024-01-16T05:59:57.040003+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:59:57.345 INFO:teuthology.orchestra.run.smithi071.stdout:253403070473 2024-01-16T05:59:57.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-16T05:59:57.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:57 smithi134 bash[35280]: cluster 2024-01-16T05:59:55.944809+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:57.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:57 smithi134 bash[35280]: audit 2024-01-16T05:59:57.035863+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T05:59:57.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:57 smithi134 bash[35280]: audit 2024-01-16T05:59:57.040003+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096825\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096897\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096928\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096955\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.096981\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097007\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:58:30.097033\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T05:59:57.622 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.480Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.480Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.481Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.482Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.505Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.506Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.509Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-16T05:59:57.623 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:57 smithi071 bash[51290]: ts=2024-01-16T05:59:57.509Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-16T05:59:58.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[35187]: audit 2024-01-16T05:59:57.125224+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEF0nW7FEo0lBiBmNT2VJVFEwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTYwNTU5NTdaFw0z\nNDAxMTMwNTU5NTdaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCil2sTHwCp3ZkFbiswlXC\nhYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaPw6oKmO8R\nVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVBlq5H/sme\n0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDEDRD6jfxG\nuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1czA7PuwXMx\nSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ907kfFn3\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAKgYGwib9opBS7NpaBJjpXgsarVmnJ4V\nbNQfWjseJcqRYCCl25eu7ZFipSL3uM/OmN8BZABCb21MKKkCUNE4oOEz/pHfg/Tb\nbteo0goAbmCHjpwtPg5WD0ZsG3klMB3MN5bRTHlI1doYQIPkDs11yIC03BPB4dtW\nKnp/Ws1IdzrjuCH2Ime+j2mlT6FQL3guVynx4dOhGmwnPUAM6AR/ubpBKaQvzRwl\naggiW3TF0+JUrkkb/nuSUeDGXQBhVsM4I+wy8pOy3ZVaU12xyevwEZdyv+uAV+4N\nYge+OgoRJc0+OnuVRlZzb7K4oP1LYWqQzkrcdxY15nRLsHoSrOd+7Vc=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T05:59:58.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[35187]: audit 2024-01-16T05:59:57.127911+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEF0nW7FEo0lBiBmNT2VJVFEwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTYwNTU5NTdaFw0z\nNDAxMTMwNTU5NTdaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCil2sTHwCp3ZkFbiswlXC\nhYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaPw6oKmO8R\nVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVBlq5H/sme\n0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDEDRD6jfxG\nuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1czA7PuwXMx\nSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ907kfFn3\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAKgYGwib9opBS7NpaBJjpXgsarVmnJ4V\nbNQfWjseJcqRYCCl25eu7ZFipSL3uM/OmN8BZABCb21MKKkCUNE4oOEz/pHfg/Tb\nbteo0goAbmCHjpwtPg5WD0ZsG3klMB3MN5bRTHlI1doYQIPkDs11yIC03BPB4dtW\nKnp/Ws1IdzrjuCH2Ime+j2mlT6FQL3guVynx4dOhGmwnPUAM6AR/ubpBKaQvzRwl\naggiW3TF0+JUrkkb/nuSUeDGXQBhVsM4I+wy8pOy3ZVaU12xyevwEZdyv+uAV+4N\nYge+OgoRJc0+OnuVRlZzb7K4oP1LYWqQzkrcdxY15nRLsHoSrOd+7Vc=\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T05:59:58.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[38584]: audit 2024-01-16T05:59:57.125224+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEF0nW7FEo0lBiBmNT2VJVFEwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTYwNTU5NTdaFw0z\nNDAxMTMwNTU5NTdaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCil2sTHwCp3ZkFbiswlXC\nhYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaPw6oKmO8R\nVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVBlq5H/sme\n0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDEDRD6jfxG\nuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1czA7PuwXMx\nSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ907kfFn3\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAKgYGwib9opBS7NpaBJjpXgsarVmnJ4V\nbNQfWjseJcqRYCCl25eu7ZFipSL3uM/OmN8BZABCb21MKKkCUNE4oOEz/pHfg/Tb\nbteo0goAbmCHjpwtPg5WD0ZsG3klMB3MN5bRTHlI1doYQIPkDs11yIC03BPB4dtW\nKnp/Ws1IdzrjuCH2Ime+j2mlT6FQL3guVynx4dOhGmwnPUAM6AR/ubpBKaQvzRwl\naggiW3TF0+JUrkkb/nuSUeDGXQBhVsM4I+wy8pOy3ZVaU12xyevwEZdyv+uAV+4N\nYge+OgoRJc0+OnuVRlZzb7K4oP1LYWqQzkrcdxY15nRLsHoSrOd+7Vc=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[38584]: audit 2024-01-16T05:59:57.127911+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEF0nW7FEo0lBiBmNT2VJVFEwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTYwNTU5NTdaFw0z\nNDAxMTMwNTU5NTdaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCil2sTHwCp3ZkFbiswlXC\nhYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaPw6oKmO8R\nVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVBlq5H/sme\n0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDEDRD6jfxG\nuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1czA7PuwXMx\nSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ907kfFn3\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAKgYGwib9opBS7NpaBJjpXgsarVmnJ4V\nbNQfWjseJcqRYCCl25eu7ZFipSL3uM/OmN8BZABCb21MKKkCUNE4oOEz/pHfg/Tb\nbteo0goAbmCHjpwtPg5WD0ZsG3klMB3MN5bRTHlI1doYQIPkDs11yIC03BPB4dtW\nKnp/Ws1IdzrjuCH2Ime+j2mlT6FQL3guVynx4dOhGmwnPUAM6AR/ubpBKaQvzRwl\naggiW3TF0+JUrkkb/nuSUeDGXQBhVsM4I+wy8pOy3ZVaU12xyevwEZdyv+uAV+4N\nYge+OgoRJc0+OnuVRlZzb7K4oP1LYWqQzkrcdxY15nRLsHoSrOd+7Vc=\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[35187]: audit 2024-01-16T05:59:57.128379+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDCil2sTHwCp3Zk\nFbiswlXChYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaP\nw6oKmO8RVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVB\nlq5H/sme0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDE\nDRD6jfxGuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1cz\nA7PuwXMxSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ\n907kfFn3AgMBAAECggEBAKphcMUUf4/7hu8FLybvVRj2wr4g98jABJclji3pAzgk\ncvQ/idFxH9VU5P4KbK5MbJ07MZo70x9DYKfs4CJD6y2tMwcZcjkawsjHlHdlC4p0\nyaOoSOv8RM41FRGqzSVx8sij8ZxhVGo9fzUgeSdI+OCE7ZdDmU9i2StwWmg2NSeh\n14pzYZiuchw8q1MyLEMCLduk63z1D43q+hAYX8/H1bWPn+Ith/whq4VQQV8LIunt\ndxauzVmz7xsyINwVj2v5GmeCazjcFuZQWyQZDlCXBejWT+cp5KfiR+vumIDplN6D\ng4KY6l7TBc7RnapCCIaMdZkpx+sED7PFl6q1tlki3QECgYEA/gKUyj6mnK2unfd+\nPR/IA1gPyQy7wqPcrcPFsXJyeR+TkFSj0L5OpuUnZ0JE53qYbfJQEt1+yspxKuON\nkmBKq+hq5vUUYkdT9v68qqOkx19WHZ7fzQrxGYKyR/US/jNGFOJC8MEogMDjEvbV\nqIjaYVc5xTOOmx1Ngg1FN4HvSUECgYEAxBCEoBGucNGROiMDT3N5rBUS/ISOey1s\nVlWttvdsgn7aqMyaaEjD7zzr1WRsZRu8sUjCNIXkNf2WWKDy4fugrWuKpKf4yVD8\nw/TarBaOqzJDcWwqoF+binyIb7G+rCulH+WG69xEi9ZC5vVr6qK58x+bvOyl9CRN\nNjRife+3XTcCgYEA8t7283X6Ct9KkgIds0YbEY928G57bP0OuRrygNuENuoJRzyW\nsbX1MED1bxb/GTGwY5gIFjGw1SfCExcmu2nUnBCLfq+hQOMglo81SBdWK8etaH8L\nUFuA8jp0Src65NGT1c4N4XNfTdSgifZ3jkDkRaSIOVU1qnzXKl2T7CIR8MECgYBs\nqocHPKWFK/Gk2jEEgQjnokqCoGljxdosw5HjPaDrdql0MupFcEcAOrCu9djJ9SSQ\n0bWpbKf+cI06lAHp1A/K7jbKabqOwY9GgFgOVvY91j7hB0Vc24CWsczgsw/t1sbP\nNeSgptVq95be8Rkd05DiOhuUC0kzVkdhComoKQtk4wKBgGSMVrlOlz9XY0ml9VFl\nkT11/sRCXIfD9vv1Qs1E1otcOrnkG1jLIg7CzCApY1x4pkNI3Jdm8g/gykh0fBIL\nmfTrevCfRinNCKP+mw5SRj/tI2PkKbqVgRBJQYygOjzw0LFS7fXwik5euLezciYF\nbFNShcYRfjY/KeJ5WEyEIk+l\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[35187]: audit 2024-01-16T05:59:57.133152+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDCil2sTHwCp3Zk\nFbiswlXChYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaP\nw6oKmO8RVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVB\nlq5H/sme0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDE\nDRD6jfxGuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1cz\nA7PuwXMxSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ\n907kfFn3AgMBAAECggEBAKphcMUUf4/7hu8FLybvVRj2wr4g98jABJclji3pAzgk\ncvQ/idFxH9VU5P4KbK5MbJ07MZo70x9DYKfs4CJD6y2tMwcZcjkawsjHlHdlC4p0\nyaOoSOv8RM41FRGqzSVx8sij8ZxhVGo9fzUgeSdI+OCE7ZdDmU9i2StwWmg2NSeh\n14pzYZiuchw8q1MyLEMCLduk63z1D43q+hAYX8/H1bWPn+Ith/whq4VQQV8LIunt\ndxauzVmz7xsyINwVj2v5GmeCazjcFuZQWyQZDlCXBejWT+cp5KfiR+vumIDplN6D\ng4KY6l7TBc7RnapCCIaMdZkpx+sED7PFl6q1tlki3QECgYEA/gKUyj6mnK2unfd+\nPR/IA1gPyQy7wqPcrcPFsXJyeR+TkFSj0L5OpuUnZ0JE53qYbfJQEt1+yspxKuON\nkmBKq+hq5vUUYkdT9v68qqOkx19WHZ7fzQrxGYKyR/US/jNGFOJC8MEogMDjEvbV\nqIjaYVc5xTOOmx1Ngg1FN4HvSUECgYEAxBCEoBGucNGROiMDT3N5rBUS/ISOey1s\nVlWttvdsgn7aqMyaaEjD7zzr1WRsZRu8sUjCNIXkNf2WWKDy4fugrWuKpKf4yVD8\nw/TarBaOqzJDcWwqoF+binyIb7G+rCulH+WG69xEi9ZC5vVr6qK58x+bvOyl9CRN\nNjRife+3XTcCgYEA8t7283X6Ct9KkgIds0YbEY928G57bP0OuRrygNuENuoJRzyW\nsbX1MED1bxb/GTGwY5gIFjGw1SfCExcmu2nUnBCLfq+hQOMglo81SBdWK8etaH8L\nUFuA8jp0Src65NGT1c4N4XNfTdSgifZ3jkDkRaSIOVU1qnzXKl2T7CIR8MECgYBs\nqocHPKWFK/Gk2jEEgQjnokqCoGljxdosw5HjPaDrdql0MupFcEcAOrCu9djJ9SSQ\n0bWpbKf+cI06lAHp1A/K7jbKabqOwY9GgFgOVvY91j7hB0Vc24CWsczgsw/t1sbP\nNeSgptVq95be8Rkd05DiOhuUC0kzVkdhComoKQtk4wKBgGSMVrlOlz9XY0ml9VFl\nkT11/sRCXIfD9vv1Qs1E1otcOrnkG1jLIg7CzCApY1x4pkNI3Jdm8g/gykh0fBIL\nmfTrevCfRinNCKP+mw5SRj/tI2PkKbqVgRBJQYygOjzw0LFS7fXwik5euLezciYF\nbFNShcYRfjY/KeJ5WEyEIk+l\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[35187]: cephadm 2024-01-16T05:59:57.133652+0000 mgr.y (mgr.14142) 151 : cephadm [INF] Deploying daemon grafana.a on smithi134 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[38584]: audit 2024-01-16T05:59:57.128379+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDCil2sTHwCp3Zk\nFbiswlXChYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaP\nw6oKmO8RVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVB\nlq5H/sme0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDE\nDRD6jfxGuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1cz\nA7PuwXMxSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ\n907kfFn3AgMBAAECggEBAKphcMUUf4/7hu8FLybvVRj2wr4g98jABJclji3pAzgk\ncvQ/idFxH9VU5P4KbK5MbJ07MZo70x9DYKfs4CJD6y2tMwcZcjkawsjHlHdlC4p0\nyaOoSOv8RM41FRGqzSVx8sij8ZxhVGo9fzUgeSdI+OCE7ZdDmU9i2StwWmg2NSeh\n14pzYZiuchw8q1MyLEMCLduk63z1D43q+hAYX8/H1bWPn+Ith/whq4VQQV8LIunt\ndxauzVmz7xsyINwVj2v5GmeCazjcFuZQWyQZDlCXBejWT+cp5KfiR+vumIDplN6D\ng4KY6l7TBc7RnapCCIaMdZkpx+sED7PFl6q1tlki3QECgYEA/gKUyj6mnK2unfd+\nPR/IA1gPyQy7wqPcrcPFsXJyeR+TkFSj0L5OpuUnZ0JE53qYbfJQEt1+yspxKuON\nkmBKq+hq5vUUYkdT9v68qqOkx19WHZ7fzQrxGYKyR/US/jNGFOJC8MEogMDjEvbV\nqIjaYVc5xTOOmx1Ngg1FN4HvSUECgYEAxBCEoBGucNGROiMDT3N5rBUS/ISOey1s\nVlWttvdsgn7aqMyaaEjD7zzr1WRsZRu8sUjCNIXkNf2WWKDy4fugrWuKpKf4yVD8\nw/TarBaOqzJDcWwqoF+binyIb7G+rCulH+WG69xEi9ZC5vVr6qK58x+bvOyl9CRN\nNjRife+3XTcCgYEA8t7283X6Ct9KkgIds0YbEY928G57bP0OuRrygNuENuoJRzyW\nsbX1MED1bxb/GTGwY5gIFjGw1SfCExcmu2nUnBCLfq+hQOMglo81SBdWK8etaH8L\nUFuA8jp0Src65NGT1c4N4XNfTdSgifZ3jkDkRaSIOVU1qnzXKl2T7CIR8MECgYBs\nqocHPKWFK/Gk2jEEgQjnokqCoGljxdosw5HjPaDrdql0MupFcEcAOrCu9djJ9SSQ\n0bWpbKf+cI06lAHp1A/K7jbKabqOwY9GgFgOVvY91j7hB0Vc24CWsczgsw/t1sbP\nNeSgptVq95be8Rkd05DiOhuUC0kzVkdhComoKQtk4wKBgGSMVrlOlz9XY0ml9VFl\nkT11/sRCXIfD9vv1Qs1E1otcOrnkG1jLIg7CzCApY1x4pkNI3Jdm8g/gykh0fBIL\nmfTrevCfRinNCKP+mw5SRj/tI2PkKbqVgRBJQYygOjzw0LFS7fXwik5euLezciYF\nbFNShcYRfjY/KeJ5WEyEIk+l\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[38584]: audit 2024-01-16T05:59:57.133152+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDCil2sTHwCp3Zk\nFbiswlXChYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaP\nw6oKmO8RVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVB\nlq5H/sme0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDE\nDRD6jfxGuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1cz\nA7PuwXMxSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ\n907kfFn3AgMBAAECggEBAKphcMUUf4/7hu8FLybvVRj2wr4g98jABJclji3pAzgk\ncvQ/idFxH9VU5P4KbK5MbJ07MZo70x9DYKfs4CJD6y2tMwcZcjkawsjHlHdlC4p0\nyaOoSOv8RM41FRGqzSVx8sij8ZxhVGo9fzUgeSdI+OCE7ZdDmU9i2StwWmg2NSeh\n14pzYZiuchw8q1MyLEMCLduk63z1D43q+hAYX8/H1bWPn+Ith/whq4VQQV8LIunt\ndxauzVmz7xsyINwVj2v5GmeCazjcFuZQWyQZDlCXBejWT+cp5KfiR+vumIDplN6D\ng4KY6l7TBc7RnapCCIaMdZkpx+sED7PFl6q1tlki3QECgYEA/gKUyj6mnK2unfd+\nPR/IA1gPyQy7wqPcrcPFsXJyeR+TkFSj0L5OpuUnZ0JE53qYbfJQEt1+yspxKuON\nkmBKq+hq5vUUYkdT9v68qqOkx19WHZ7fzQrxGYKyR/US/jNGFOJC8MEogMDjEvbV\nqIjaYVc5xTOOmx1Ngg1FN4HvSUECgYEAxBCEoBGucNGROiMDT3N5rBUS/ISOey1s\nVlWttvdsgn7aqMyaaEjD7zzr1WRsZRu8sUjCNIXkNf2WWKDy4fugrWuKpKf4yVD8\nw/TarBaOqzJDcWwqoF+binyIb7G+rCulH+WG69xEi9ZC5vVr6qK58x+bvOyl9CRN\nNjRife+3XTcCgYEA8t7283X6Ct9KkgIds0YbEY928G57bP0OuRrygNuENuoJRzyW\nsbX1MED1bxb/GTGwY5gIFjGw1SfCExcmu2nUnBCLfq+hQOMglo81SBdWK8etaH8L\nUFuA8jp0Src65NGT1c4N4XNfTdSgifZ3jkDkRaSIOVU1qnzXKl2T7CIR8MECgYBs\nqocHPKWFK/Gk2jEEgQjnokqCoGljxdosw5HjPaDrdql0MupFcEcAOrCu9djJ9SSQ\n0bWpbKf+cI06lAHp1A/K7jbKabqOwY9GgFgOVvY91j7hB0Vc24CWsczgsw/t1sbP\nNeSgptVq95be8Rkd05DiOhuUC0kzVkdhComoKQtk4wKBgGSMVrlOlz9XY0ml9VFl\nkT11/sRCXIfD9vv1Qs1E1otcOrnkG1jLIg7CzCApY1x4pkNI3Jdm8g/gykh0fBIL\nmfTrevCfRinNCKP+mw5SRj/tI2PkKbqVgRBJQYygOjzw0LFS7fXwik5euLezciYF\nbFNShcYRfjY/KeJ5WEyEIk+l\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T05:59:58.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:58 smithi071 bash[38584]: cephadm 2024-01-16T05:59:57.133652+0000 mgr.y (mgr.14142) 151 : cephadm [INF] Deploying daemon grafana.a on smithi134 2024-01-16T05:59:58.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:58 smithi134 bash[35280]: audit 2024-01-16T05:59:57.125224+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEF0nW7FEo0lBiBmNT2VJVFEwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTYwNTU5NTdaFw0z\nNDAxMTMwNTU5NTdaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCil2sTHwCp3ZkFbiswlXC\nhYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaPw6oKmO8R\nVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVBlq5H/sme\n0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDEDRD6jfxG\nuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1czA7PuwXMx\nSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ907kfFn3\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAKgYGwib9opBS7NpaBJjpXgsarVmnJ4V\nbNQfWjseJcqRYCCl25eu7ZFipSL3uM/OmN8BZABCb21MKKkCUNE4oOEz/pHfg/Tb\nbteo0goAbmCHjpwtPg5WD0ZsG3klMB3MN5bRTHlI1doYQIPkDs11yIC03BPB4dtW\nKnp/Ws1IdzrjuCH2Ime+j2mlT6FQL3guVynx4dOhGmwnPUAM6AR/ubpBKaQvzRwl\naggiW3TF0+JUrkkb/nuSUeDGXQBhVsM4I+wy8pOy3ZVaU12xyevwEZdyv+uAV+4N\nYge+OgoRJc0+OnuVRlZzb7K4oP1LYWqQzkrcdxY15nRLsHoSrOd+7Vc=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-16T05:59:58.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:58 smithi134 bash[35280]: audit 2024-01-16T05:59:57.127911+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEF0nW7FEo0lBiBmNT2VJVFEwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTYwNTU5NTdaFw0z\nNDAxMTMwNTU5NTdaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCil2sTHwCp3ZkFbiswlXC\nhYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaPw6oKmO8R\nVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVBlq5H/sme\n0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDEDRD6jfxG\nuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1czA7PuwXMx\nSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ907kfFn3\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAKgYGwib9opBS7NpaBJjpXgsarVmnJ4V\nbNQfWjseJcqRYCCl25eu7ZFipSL3uM/OmN8BZABCb21MKKkCUNE4oOEz/pHfg/Tb\nbteo0goAbmCHjpwtPg5WD0ZsG3klMB3MN5bRTHlI1doYQIPkDs11yIC03BPB4dtW\nKnp/Ws1IdzrjuCH2Ime+j2mlT6FQL3guVynx4dOhGmwnPUAM6AR/ubpBKaQvzRwl\naggiW3TF0+JUrkkb/nuSUeDGXQBhVsM4I+wy8pOy3ZVaU12xyevwEZdyv+uAV+4N\nYge+OgoRJc0+OnuVRlZzb7K4oP1LYWqQzkrcdxY15nRLsHoSrOd+7Vc=\n-----END CERTIFICATE-----\n"}]': finished 2024-01-16T05:59:58.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:58 smithi134 bash[35280]: audit 2024-01-16T05:59:57.128379+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDCil2sTHwCp3Zk\nFbiswlXChYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaP\nw6oKmO8RVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVB\nlq5H/sme0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDE\nDRD6jfxGuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1cz\nA7PuwXMxSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ\n907kfFn3AgMBAAECggEBAKphcMUUf4/7hu8FLybvVRj2wr4g98jABJclji3pAzgk\ncvQ/idFxH9VU5P4KbK5MbJ07MZo70x9DYKfs4CJD6y2tMwcZcjkawsjHlHdlC4p0\nyaOoSOv8RM41FRGqzSVx8sij8ZxhVGo9fzUgeSdI+OCE7ZdDmU9i2StwWmg2NSeh\n14pzYZiuchw8q1MyLEMCLduk63z1D43q+hAYX8/H1bWPn+Ith/whq4VQQV8LIunt\ndxauzVmz7xsyINwVj2v5GmeCazjcFuZQWyQZDlCXBejWT+cp5KfiR+vumIDplN6D\ng4KY6l7TBc7RnapCCIaMdZkpx+sED7PFl6q1tlki3QECgYEA/gKUyj6mnK2unfd+\nPR/IA1gPyQy7wqPcrcPFsXJyeR+TkFSj0L5OpuUnZ0JE53qYbfJQEt1+yspxKuON\nkmBKq+hq5vUUYkdT9v68qqOkx19WHZ7fzQrxGYKyR/US/jNGFOJC8MEogMDjEvbV\nqIjaYVc5xTOOmx1Ngg1FN4HvSUECgYEAxBCEoBGucNGROiMDT3N5rBUS/ISOey1s\nVlWttvdsgn7aqMyaaEjD7zzr1WRsZRu8sUjCNIXkNf2WWKDy4fugrWuKpKf4yVD8\nw/TarBaOqzJDcWwqoF+binyIb7G+rCulH+WG69xEi9ZC5vVr6qK58x+bvOyl9CRN\nNjRife+3XTcCgYEA8t7283X6Ct9KkgIds0YbEY928G57bP0OuRrygNuENuoJRzyW\nsbX1MED1bxb/GTGwY5gIFjGw1SfCExcmu2nUnBCLfq+hQOMglo81SBdWK8etaH8L\nUFuA8jp0Src65NGT1c4N4XNfTdSgifZ3jkDkRaSIOVU1qnzXKl2T7CIR8MECgYBs\nqocHPKWFK/Gk2jEEgQjnokqCoGljxdosw5HjPaDrdql0MupFcEcAOrCu9djJ9SSQ\n0bWpbKf+cI06lAHp1A/K7jbKabqOwY9GgFgOVvY91j7hB0Vc24CWsczgsw/t1sbP\nNeSgptVq95be8Rkd05DiOhuUC0kzVkdhComoKQtk4wKBgGSMVrlOlz9XY0ml9VFl\nkT11/sRCXIfD9vv1Qs1E1otcOrnkG1jLIg7CzCApY1x4pkNI3Jdm8g/gykh0fBIL\nmfTrevCfRinNCKP+mw5SRj/tI2PkKbqVgRBJQYygOjzw0LFS7fXwik5euLezciYF\nbFNShcYRfjY/KeJ5WEyEIk+l\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-16T05:59:58.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:58 smithi134 bash[35280]: audit 2024-01-16T05:59:57.133152+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDCil2sTHwCp3Zk\nFbiswlXChYQMnKD/uPvLfNNsa8vgK92JGvBwTNykeS6V1qPwKacAfWBxPTCDQzaP\nw6oKmO8RVWVcej94L5RnILKvLlp3VeSLss6zDQ3BzJS2JjoAA4iNd97RgyOUpTVB\nlq5H/sme0FlT1AIeVExQN4uTkbMCYlL+NlyITC5BRohGvStMDsgd1sblZpeRVsDE\nDRD6jfxGuXZbZmQaBHtr7JtRWwXolkwb2a42mrH+mXvSB2NEE/tkcoLlL5C+G1cz\nA7PuwXMxSiwra4gWJqDwNclWkInSTYrQ45U8DPkLrcwE5G8XOlybTAI5F63ldLMQ\n907kfFn3AgMBAAECggEBAKphcMUUf4/7hu8FLybvVRj2wr4g98jABJclji3pAzgk\ncvQ/idFxH9VU5P4KbK5MbJ07MZo70x9DYKfs4CJD6y2tMwcZcjkawsjHlHdlC4p0\nyaOoSOv8RM41FRGqzSVx8sij8ZxhVGo9fzUgeSdI+OCE7ZdDmU9i2StwWmg2NSeh\n14pzYZiuchw8q1MyLEMCLduk63z1D43q+hAYX8/H1bWPn+Ith/whq4VQQV8LIunt\ndxauzVmz7xsyINwVj2v5GmeCazjcFuZQWyQZDlCXBejWT+cp5KfiR+vumIDplN6D\ng4KY6l7TBc7RnapCCIaMdZkpx+sED7PFl6q1tlki3QECgYEA/gKUyj6mnK2unfd+\nPR/IA1gPyQy7wqPcrcPFsXJyeR+TkFSj0L5OpuUnZ0JE53qYbfJQEt1+yspxKuON\nkmBKq+hq5vUUYkdT9v68qqOkx19WHZ7fzQrxGYKyR/US/jNGFOJC8MEogMDjEvbV\nqIjaYVc5xTOOmx1Ngg1FN4HvSUECgYEAxBCEoBGucNGROiMDT3N5rBUS/ISOey1s\nVlWttvdsgn7aqMyaaEjD7zzr1WRsZRu8sUjCNIXkNf2WWKDy4fugrWuKpKf4yVD8\nw/TarBaOqzJDcWwqoF+binyIb7G+rCulH+WG69xEi9ZC5vVr6qK58x+bvOyl9CRN\nNjRife+3XTcCgYEA8t7283X6Ct9KkgIds0YbEY928G57bP0OuRrygNuENuoJRzyW\nsbX1MED1bxb/GTGwY5gIFjGw1SfCExcmu2nUnBCLfq+hQOMglo81SBdWK8etaH8L\nUFuA8jp0Src65NGT1c4N4XNfTdSgifZ3jkDkRaSIOVU1qnzXKl2T7CIR8MECgYBs\nqocHPKWFK/Gk2jEEgQjnokqCoGljxdosw5HjPaDrdql0MupFcEcAOrCu9djJ9SSQ\n0bWpbKf+cI06lAHp1A/K7jbKabqOwY9GgFgOVvY91j7hB0Vc24CWsczgsw/t1sbP\nNeSgptVq95be8Rkd05DiOhuUC0kzVkdhComoKQtk4wKBgGSMVrlOlz9XY0ml9VFl\nkT11/sRCXIfD9vv1Qs1E1otcOrnkG1jLIg7CzCApY1x4pkNI3Jdm8g/gykh0fBIL\nmfTrevCfRinNCKP+mw5SRj/tI2PkKbqVgRBJQYygOjzw0LFS7fXwik5euLezciYF\nbFNShcYRfjY/KeJ5WEyEIk+l\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-16T05:59:58.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:58 smithi134 bash[35280]: cephadm 2024-01-16T05:59:57.133652+0000 mgr.y (mgr.14142) 151 : cephadm [INF] Deploying daemon grafana.a on smithi134 2024-01-16T05:59:58.549 INFO:teuthology.orchestra.run.smithi071.stdout:60129542169 2024-01-16T05:59:58.871 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542169 for osd.0 2024-01-16T05:59:58.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-16T05:59:59.389 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:59 smithi071 bash[35187]: cluster 2024-01-16T05:59:57.945316+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:59.389 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 05:59:59 smithi071 bash[35187]: audit 2024-01-16T05:59:58.551235+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.71:0/3081693661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T05:59:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:59 smithi071 bash[38584]: cluster 2024-01-16T05:59:57.945316+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:59.389 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 05:59:59 smithi071 bash[38584]: audit 2024-01-16T05:59:58.551235+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.71:0/3081693661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T05:59:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:59 smithi134 bash[35280]: cluster 2024-01-16T05:59:57.945316+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T05:59:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 05:59:59 smithi134 bash[35280]: audit 2024-01-16T05:59:58.551235+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.71:0/3081693661' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T05:59:59.691 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 05:59:59 smithi071 bash[51290]: ts=2024-01-16T05:59:59.482Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000156792s 2024-01-16T06:00:00.032 INFO:teuthology.orchestra.run.smithi071.stdout:90194313238 2024-01-16T06:00:00.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:00 smithi071 bash[35187]: cluster 2024-01-16T06:00:00.000111+0000 mon.a (mon.0) 705 : cluster [INF] overall HEALTH_OK 2024-01-16T06:00:00.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:00 smithi071 bash[35187]: audit 2024-01-16T06:00:00.033160+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.71:0/1391982016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T06:00:00.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:00 smithi071 bash[38584]: cluster 2024-01-16T06:00:00.000111+0000 mon.a (mon.0) 705 : cluster [INF] overall HEALTH_OK 2024-01-16T06:00:00.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:00 smithi071 bash[38584]: audit 2024-01-16T06:00:00.033160+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.71:0/1391982016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T06:00:00.418 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313236 got 90194313238 for osd.1 2024-01-16T06:00:00.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-16T06:00:00.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:00 smithi134 bash[35280]: cluster 2024-01-16T06:00:00.000111+0000 mon.a (mon.0) 705 : cluster [INF] overall HEALTH_OK 2024-01-16T06:00:00.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:00 smithi134 bash[35280]: audit 2024-01-16T06:00:00.033160+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.71:0/1391982016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T06:00:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:01 smithi071 bash[35187]: cluster 2024-01-16T05:59:59.945678+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:01 smithi071 bash[38584]: cluster 2024-01-16T05:59:59.945678+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:01.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:01 smithi134 bash[35280]: cluster 2024-01-16T05:59:59.945678+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:01.550 INFO:teuthology.orchestra.run.smithi071.stdout:124554051604 2024-01-16T06:00:01.911 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051601 got 124554051604 for osd.2 2024-01-16T06:00:01.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-16T06:00:02.164 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:02 smithi071 bash[35187]: audit 2024-01-16T06:00:01.551545+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.71:0/1485199310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T06:00:02.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:02 smithi071 bash[38584]: audit 2024-01-16T06:00:01.551545+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.71:0/1485199310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T06:00:02.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:02 smithi134 bash[35280]: audit 2024-01-16T06:00:01.551545+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.71:0/1485199310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T06:00:03.098 INFO:teuthology.orchestra.run.smithi071.stdout:137438953493 2024-01-16T06:00:03.433 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:03 smithi071 bash[38584]: cluster 2024-01-16T06:00:01.946070+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:03.433 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:03 smithi071 bash[38584]: audit 2024-01-16T06:00:03.099235+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/3310413123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T06:00:03.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:03 smithi071 bash[35187]: cluster 2024-01-16T06:00:01.946070+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:03.433 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:03 smithi071 bash[35187]: audit 2024-01-16T06:00:03.099235+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/3310413123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T06:00:03.492 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953490 got 137438953493 for osd.3 2024-01-16T06:00:03.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-16T06:00:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:03 smithi134 bash[35280]: cluster 2024-01-16T06:00:01.946070+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:03 smithi134 bash[35280]: audit 2024-01-16T06:00:03.099235+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/3310413123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T06:00:04.626 INFO:teuthology.orchestra.run.smithi071.stdout:171798691856 2024-01-16T06:00:05.001 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691853 got 171798691856 for osd.4 2024-01-16T06:00:05.001 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-16T06:00:05.277 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:05 smithi071 bash[35187]: cluster 2024-01-16T06:00:03.946621+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:05.278 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:05 smithi071 bash[35187]: audit 2024-01-16T06:00:04.627191+0000 mon.a (mon.0) 708 : audit [DBG] from='client.? 172.21.15.71:0/2975669296' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T06:00:05.278 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:05 smithi071 bash[38584]: cluster 2024-01-16T06:00:03.946621+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:05.278 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:05 smithi071 bash[38584]: audit 2024-01-16T06:00:04.627191+0000 mon.a (mon.0) 708 : audit [DBG] from='client.? 172.21.15.71:0/2975669296' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T06:00:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:05 smithi134 bash[35280]: cluster 2024-01-16T06:00:03.946621+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:05 smithi134 bash[35280]: audit 2024-01-16T06:00:04.627191+0000 mon.a (mon.0) 708 : audit [DBG] from='client.? 172.21.15.71:0/2975669296' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T06:00:06.182 INFO:teuthology.orchestra.run.smithi071.stdout:206158430222 2024-01-16T06:00:06.584 INFO:tasks.cephadm.ceph_manager.ceph:need seq 206158430219 got 206158430222 for osd.5 2024-01-16T06:00:06.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-16T06:00:07.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:07 smithi071 bash[35187]: cluster 2024-01-16T06:00:05.947034+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:07.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:07 smithi071 bash[35187]: audit 2024-01-16T06:00:06.183195+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.71:0/2342530576' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T06:00:07.413 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:07 smithi071 bash[38584]: cluster 2024-01-16T06:00:05.947034+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:07.413 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:07 smithi071 bash[38584]: audit 2024-01-16T06:00:06.183195+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.71:0/2342530576' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T06:00:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:07 smithi134 bash[35280]: cluster 2024-01-16T06:00:05.947034+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:07 smithi134 bash[35280]: audit 2024-01-16T06:00:06.183195+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.71:0/2342530576' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T06:00:07.690 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:07 smithi071 bash[51290]: ts=2024-01-16T06:00:07.485Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002472564s 2024-01-16T06:00:07.706 INFO:teuthology.orchestra.run.smithi071.stdout:236223201291 2024-01-16T06:00:08.066 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201289 got 236223201291 for osd.6 2024-01-16T06:00:08.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-16T06:00:08.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:08 smithi071 bash[35187]: audit 2024-01-16T06:00:07.708253+0000 mon.a (mon.0) 709 : audit [DBG] from='client.? 172.21.15.71:0/23087396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T06:00:08.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:08 smithi071 bash[38584]: audit 2024-01-16T06:00:07.708253+0000 mon.a (mon.0) 709 : audit [DBG] from='client.? 172.21.15.71:0/23087396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T06:00:08.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:08 smithi134 bash[35280]: audit 2024-01-16T06:00:07.708253+0000 mon.a (mon.0) 709 : audit [DBG] from='client.? 172.21.15.71:0/23087396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T06:00:09.307 INFO:teuthology.orchestra.run.smithi071.stdout:253403070475 2024-01-16T06:00:09.339 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:09 smithi071 bash[35187]: cluster 2024-01-16T06:00:07.947323+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:09.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:09 smithi071 bash[38584]: cluster 2024-01-16T06:00:07.947323+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:09.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:09 smithi134 bash[35280]: cluster 2024-01-16T06:00:07.947323+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:09.640 INFO:tasks.cephadm.ceph_manager.ceph:need seq 253403070473 got 253403070475 for osd.7 2024-01-16T06:00:09.640 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-16T06:00:09.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T06:00:10.173 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:10 smithi071 bash[35187]: audit 2024-01-16T06:00:09.307682+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/2161411340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T06:00:10.174 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:10 smithi071 bash[38584]: audit 2024-01-16T06:00:09.307682+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/2161411340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T06:00:10.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:10 smithi134 bash[35280]: audit 2024-01-16T06:00:09.307682+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/2161411340' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T06:00:10.786 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T06:00:10.787 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-01-16T06:00:11.166 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":158,"stamp":"2024-01-16T06:00:09.947504+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":8393356,"kb_used_data":4684,"kb_used_omap":45,"kb_used_meta":8388562,"kb_avail":741567860,"statfs":{"total":767960285184,"available":759365488640,"internally_reserved":8589934592,"allocated":4796416,"data_stored":1894773,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":46945,"internal_metadata":8589887647},"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.002435"},"pg_stats":[{"pgid":"1.0","version":"18'1","reported_seq":"14","reported_epoch":"60","state":"active+clean","last_fresh":"2024-01-16T05:59:25.278127+0000","last_change":"2024-01-16T05:59:25.278127+0000","last_active":"2024-01-16T05:59:25.278127+0000","last_peered":"2024-01-16T05:59:25.278127+0000","last_clean":"2024-01-16T05:59:25.278127+0000","last_became_active":"2024-01-16T05:59:25.275192+0000","last_became_peered":"2024-01-16T05:59:25.275192+0000","last_unstale":"2024-01-16T05:59:25.278127+0000","last_undegraded":"2024-01-16T05:59:25.278127+0000","last_fullsized":"2024-01-16T05:59:25.278127+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T05:56:11.921595+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T05:56:11.921595+0000","last_clean_scrub_stamp":"2024-01-16T05:56:11.921595+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":41823,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":59,"seq":253403070475,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":237344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47499999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35099999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38100000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36599999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]}]},{"osd":6,"up_from":55,"seq":236223201292,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":237050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6669,"internal_metadata":1073735155},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29599999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32400000000000001}]}]},{"osd":1,"up_from":21,"seq":90194313241,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":236223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8190,"internal_metadata":1073733634},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:17 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"min":{"1min":0.17699999999999999,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.27200000000000002}]},{"osd":2,"last update":"Tue Jan 16 05:59:30 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.32900000000000001}]},{"osd":3,"last update":"Tue Jan 16 05:59:34 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.375}]},{"osd":4,"last update":"Tue Jan 16 05:59:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.42599999999999999}]},{"osd":5,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.432},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.38500000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40400000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35799999999999998}]}]},{"osd":0,"up_from":14,"seq":60129542172,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":236223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5122,"internal_metadata":1073736702},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Jan 16 05:59:18 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.61299999999999999}]},{"osd":2,"last update":"Tue Jan 16 05:59:29 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.59599999999999997}]},{"osd":3,"last update":"Tue Jan 16 05:59:34 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.53500000000000003}]},{"osd":4,"last update":"Tue Jan 16 05:59:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.629},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.63600000000000001}]},{"osd":5,"last update":"Tue Jan 16 06:00:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.65900000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66900000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]}]},{"osd":2,"up_from":29,"seq":124554051606,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":237344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9482,"internal_metadata":1073732342},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.41999999999999998}]},{"osd":1,"last update":"Tue Jan 16 05:59:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.192,"5min":0.192,"15min":0.192},"max":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"last":0.434},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.45900000000000002}]},{"osd":3,"last update":"Tue Jan 16 05:59:36 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.45500000000000002}]},{"osd":4,"last update":"Tue Jan 16 05:59:54 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.52700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67600000000000005}]}]},{"osd":3,"up_from":32,"seq":137438953494,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":236223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:33 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.24099999999999999},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.22500000000000001}]},{"osd":1,"last update":"Tue Jan 16 05:59:33 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.27500000000000002}]},{"osd":2,"last update":"Tue Jan 16 05:59:33 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.33500000000000002}]},{"osd":4,"last update":"Tue Jan 16 05:59:54 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.372},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.50800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.317}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]}]},{"osd":4,"up_from":40,"seq":171798691857,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":237344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7939,"internal_metadata":1073733885},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.50600000000000001}]},{"osd":1,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.63}]},{"osd":2,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.53700000000000003}]},{"osd":3,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.59499999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.622}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]}]},{"osd":5,"up_from":48,"seq":206158430222,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":237022,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9543,"internal_metadata":1073732281},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47299999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45400000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.318}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33400000000000002}]}]}]}} 2024-01-16T06:00:11.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T06:00:11.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:11 smithi071 bash[35187]: cluster 2024-01-16T06:00:09.947637+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:11.384 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:11 smithi071 bash[38584]: cluster 2024-01-16T06:00:09.947637+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:11.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:11 smithi134 bash[35280]: cluster 2024-01-16T06:00:09.947637+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:12.242 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T06:00:12.243 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-01-16T06:00:12.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:12 smithi071 bash[35187]: audit 2024-01-16T06:00:10.785246+0000 mgr.y (mgr.14142) 159 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T06:00:12.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:12 smithi071 bash[38584]: audit 2024-01-16T06:00:10.785246+0000 mgr.y (mgr.14142) 159 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T06:00:12.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:12 smithi134 bash[35280]: audit 2024-01-16T06:00:10.785246+0000 mgr.y (mgr.14142) 159 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T06:00:12.608 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":159,"stamp":"2024-01-16T06:00:11.947782+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":8393356,"kb_used_data":4684,"kb_used_omap":45,"kb_used_meta":8388562,"kb_avail":741567860,"statfs":{"total":767960285184,"available":759365488640,"internally_reserved":8589934592,"allocated":4796416,"data_stored":1894773,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":46945,"internal_metadata":8589887647},"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.002237"},"pg_stats":[{"pgid":"1.0","version":"18'1","reported_seq":"14","reported_epoch":"60","state":"active+clean","last_fresh":"2024-01-16T05:59:25.278127+0000","last_change":"2024-01-16T05:59:25.278127+0000","last_active":"2024-01-16T05:59:25.278127+0000","last_peered":"2024-01-16T05:59:25.278127+0000","last_clean":"2024-01-16T05:59:25.278127+0000","last_became_active":"2024-01-16T05:59:25.275192+0000","last_became_peered":"2024-01-16T05:59:25.275192+0000","last_unstale":"2024-01-16T05:59:25.278127+0000","last_undegraded":"2024-01-16T05:59:25.278127+0000","last_fullsized":"2024-01-16T05:59:25.278127+0000","mapping_epoch":59,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":60,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T05:56:11.921595+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T05:56:11.921595+0000","last_clean_scrub_stamp":"2024-01-16T05:56:11.921595+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":41823,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":59,"seq":253403070476,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":237344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45700000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46899999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.25800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27600000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]}]},{"osd":6,"up_from":55,"seq":236223201292,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":237050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6669,"internal_metadata":1073735155},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29599999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32400000000000001}]}]},{"osd":1,"up_from":21,"seq":90194313241,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":236223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8190,"internal_metadata":1073733634},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:17 2024","interfaces":[{"interface":"back","average":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"min":{"1min":0.17699999999999999,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.27200000000000002}]},{"osd":2,"last update":"Tue Jan 16 05:59:30 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.32900000000000001}]},{"osd":3,"last update":"Tue Jan 16 05:59:34 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.375}]},{"osd":4,"last update":"Tue Jan 16 05:59:54 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.42599999999999999}]},{"osd":5,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.432},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.38500000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40400000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35799999999999998}]}]},{"osd":0,"up_from":14,"seq":60129542172,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":236223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5122,"internal_metadata":1073736702},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Jan 16 05:59:18 2024","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.61299999999999999}]},{"osd":2,"last update":"Tue Jan 16 05:59:29 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.59599999999999997}]},{"osd":3,"last update":"Tue Jan 16 05:59:34 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.53500000000000003}]},{"osd":4,"last update":"Tue Jan 16 05:59:53 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.629},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.63600000000000001}]},{"osd":5,"last update":"Tue Jan 16 06:00:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.65900000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66900000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]}]},{"osd":2,"up_from":29,"seq":124554051606,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":237344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9482,"internal_metadata":1073732342},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.41999999999999998}]},{"osd":1,"last update":"Tue Jan 16 05:59:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.192,"5min":0.192,"15min":0.192},"max":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"last":0.434},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.45900000000000002}]},{"osd":3,"last update":"Tue Jan 16 05:59:36 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.45500000000000002}]},{"osd":4,"last update":"Tue Jan 16 05:59:54 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.52700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67600000000000005}]}]},{"osd":3,"up_from":32,"seq":137438953495,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":236223,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:33 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.27100000000000002}]},{"osd":1,"last update":"Tue Jan 16 05:59:33 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.25}]},{"osd":2,"last update":"Tue Jan 16 05:59:33 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.26200000000000001}]},{"osd":4,"last update":"Tue Jan 16 05:59:54 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.318},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.46899999999999997}]},{"osd":5,"last update":"Tue Jan 16 06:00:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.38700000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41299999999999998}]}]},{"osd":4,"up_from":40,"seq":171798691858,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049172,"kb_used_data":588,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695980,"statfs":{"total":95995035648,"available":94920683520,"internally_reserved":1073741824,"allocated":602112,"data_stored":237344,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7939,"internal_metadata":1073733885},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.434}]},{"osd":1,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.36099999999999999}]},{"osd":2,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.38},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.373}]},{"osd":3,"last update":"Tue Jan 16 05:59:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.39100000000000001}]},{"osd":5,"last update":"Tue Jan 16 06:00:08 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.27300000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.309}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40999999999999998}]}]},{"osd":5,"up_from":48,"seq":206158430223,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049168,"kb_used_data":584,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695984,"statfs":{"total":95995035648,"available":94920687616,"internally_reserved":1073741824,"allocated":598016,"data_stored":237022,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9543,"internal_metadata":1073732281},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.51700000000000002}]},{"osd":1,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.45000000000000001}]},{"osd":2,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.438},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.53300000000000003}]},{"osd":3,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.45400000000000001}]},{"osd":4,"last update":"Tue Jan 16 06:00:07 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.25700000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28899999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32800000000000001}]}]}]}} 2024-01-16T06:00:12.609 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-16T06:00:12.609 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-16T06:00:12.609 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-16T06:00:12.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -- ceph health --format=json 2024-01-16T06:00:13.184 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:13 smithi071 bash[38584]: cluster 2024-01-16T06:00:11.947921+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:13.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:13 smithi071 bash[35187]: cluster 2024-01-16T06:00:11.947921+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:13.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:13 smithi134 bash[35280]: cluster 2024-01-16T06:00:11.947921+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:13.902 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-16T06:00:14.229 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-16T06:00:14.229 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-16T06:00:14.229 INFO:tasks.cephadm:Setup complete, yielding 2024-01-16T06:00:14.230 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T06:00:14.239 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-16T06:00:14.239 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-01-16T06:00:14.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:14 smithi071 bash[35187]: audit 2024-01-16T06:00:12.241022+0000 mgr.y (mgr.14142) 161 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T06:00:14.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:14 smithi071 bash[35187]: audit 2024-01-16T06:00:13.903725+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3868501783' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T06:00:14.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:14 smithi071 bash[38584]: audit 2024-01-16T06:00:12.241022+0000 mgr.y (mgr.14142) 161 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T06:00:14.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:14 smithi071 bash[38584]: audit 2024-01-16T06:00:13.903725+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3868501783' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T06:00:14.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:14 smithi134 bash[35280]: audit 2024-01-16T06:00:12.241022+0000 mgr.y (mgr.14142) 161 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T06:00:14.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:14 smithi134 bash[35280]: audit 2024-01-16T06:00:13.903725+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3868501783' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T06:00:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:15 smithi071 bash[35187]: cluster 2024-01-16T06:00:13.948284+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:15.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:15 smithi071 bash[38584]: cluster 2024-01-16T06:00:13.948284+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:15.470 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:15 smithi134 bash[35280]: cluster 2024-01-16T06:00:13.948284+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:16.325 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 podman[46576]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-grafana.a" found: no such container 2024-01-16T06:00:16.325 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 systemd[1]: Started Ceph grafana.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:00:16.326 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[35280]: audit 2024-01-16T06:00:16.135191+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:16.326 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[35280]: audit 2024-01-16T06:00:16.138475+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:16.326 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[35280]: audit 2024-01-16T06:00:16.139135+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:16 smithi071 bash[35187]: audit 2024-01-16T06:00:16.135191+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:16 smithi071 bash[35187]: audit 2024-01-16T06:00:16.138475+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:16 smithi071 bash[35187]: audit 2024-01-16T06:00:16.139135+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:16.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:16 smithi071 bash[38584]: audit 2024-01-16T06:00:16.135191+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:16.466 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:16 smithi071 bash[38584]: audit 2024-01-16T06:00:16.138475+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731491\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731566\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731598\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731627\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731654\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731682\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T05:59:43.731724\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:16.467 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:16 smithi071 bash[38584]: audit 2024-01-16T06:00:16.139135+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:16.790 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-01-16T06:00:16.790 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-01-16T06:00:16.790 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-01-16T06:00:16.790 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-01-16T06:00:16.790 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="App mode production" logger=settings 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-01-16T06:00:16.791 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-01-16T06:00:16.792 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-01-16T06:00:16.793 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-01-16T06:00:16.794 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-01-16T06:00:16.795 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-01-16T06:00:16.796 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-01-16T06:00:16.797 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-01-16T06:00:16.799 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-01-16T06:00:16.800 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-01-16T06:00:16.801 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-01-16T06:00:16.802 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-01-16T06:00:16.803 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-01-16T06:00:16.804 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-01-16T06:00:16.805 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-01-16T06:00:16.806 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-01-16T06:00:16.807 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-01-16T06:00:16.808 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing HooksService" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-01-16T06:00:16.809 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing LoginService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing SearchService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing TracingService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-01-16T06:00:16.810 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-01-16T06:00:16.811 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2024-01-16T06:00:16.811 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="Initializing Stream Manager" 2024-01-16T06:00:16.811 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:00:16 smithi134 bash[46593]: t=2024-01-16T06:00:16+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-01-16T06:00:17.234 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:00:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "127f7946-439b-46f8-9247-127bb044a721", 2024-01-16T06:00:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "r", 2024-01-16T06:00:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "current_period": "35a823a6-006a-492d-9d1b-b47f280c9922", 2024-01-16T06:00:17.234 INFO:teuthology.orchestra.run.smithi071.stdout: "epoch": 1 2024-01-16T06:00:17.234 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:00:17.440 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[35187]: cluster 2024-01-16T06:00:15.948599+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[35187]: cluster 2024-01-16T06:00:16.200915+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[35187]: audit 2024-01-16T06:00:16.205782+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.71:0/1215014018' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[35187]: audit 2024-01-16T06:00:16.206173+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[38584]: cluster 2024-01-16T06:00:15.948599+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[38584]: cluster 2024-01-16T06:00:16.200915+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[38584]: audit 2024-01-16T06:00:16.205782+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.71:0/1215014018' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T06:00:17.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:17 smithi071 bash[38584]: audit 2024-01-16T06:00:16.206173+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T06:00:17.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:17 smithi134 bash[35280]: cluster 2024-01-16T06:00:15.948599+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:17 smithi134 bash[35280]: cluster 2024-01-16T06:00:16.200915+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-16T06:00:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:17 smithi134 bash[35280]: audit 2024-01-16T06:00:16.205782+0000 mon.b (mon.2) 25 : audit [INF] from='client.? 172.21.15.71:0/1215014018' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T06:00:17.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:17 smithi134 bash[35280]: audit 2024-01-16T06:00:16.206173+0000 mon.a (mon.0) 714 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T06:00:17.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-01-16T06:00:18.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:18 smithi134 bash[35280]: audit 2024-01-16T06:00:17.207692+0000 mon.a (mon.0) 715 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T06:00:18.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:18 smithi134 bash[35280]: cluster 2024-01-16T06:00:17.207775+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-16T06:00:18.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:18 smithi134 bash[35280]: cluster 2024-01-16T06:00:17.948906+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v164: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:18.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:18 smithi134 bash[35280]: audit 2024-01-16T06:00:17.983777+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"4d9369412aa2\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982983\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T05:59:57.127086\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_daemon_update\": \"2024-01-16T06:00:17.983057\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:18.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:18 smithi134 bash[35280]: audit 2024-01-16T06:00:17.986670+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"4d9369412aa2\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982983\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T05:59:57.127086\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_daemon_update\": \"2024-01-16T06:00:17.983057\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:18.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:18 smithi134 bash[35280]: audit 2024-01-16T06:00:17.987156+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:18.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[38584]: audit 2024-01-16T06:00:17.207692+0000 mon.a (mon.0) 715 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T06:00:18.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[38584]: cluster 2024-01-16T06:00:17.207775+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-16T06:00:18.508 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[38584]: cluster 2024-01-16T06:00:17.948906+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v164: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:18.508 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[35187]: audit 2024-01-16T06:00:17.207692+0000 mon.a (mon.0) 715 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T06:00:18.508 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[35187]: cluster 2024-01-16T06:00:17.207775+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[35187]: cluster 2024-01-16T06:00:17.948906+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v164: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 4.6 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[35187]: audit 2024-01-16T06:00:17.983777+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"4d9369412aa2\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982983\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T05:59:57.127086\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_daemon_update\": \"2024-01-16T06:00:17.983057\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[35187]: audit 2024-01-16T06:00:17.986670+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"4d9369412aa2\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982983\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T05:59:57.127086\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_daemon_update\": \"2024-01-16T06:00:17.983057\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[35187]: audit 2024-01-16T06:00:17.987156+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[38584]: audit 2024-01-16T06:00:17.983777+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"4d9369412aa2\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982983\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T05:59:57.127086\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_daemon_update\": \"2024-01-16T06:00:17.983057\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[38584]: audit 2024-01-16T06:00:17.986670+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"4d9369412aa2\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982983\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T05:59:57.127086\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.793649\"}}, \"last_daemon_update\": \"2024-01-16T06:00:17.983057\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:18.509 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:18 smithi071 bash[38584]: audit 2024-01-16T06:00:17.987156+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "243e14dc-12b6-4913-ae71-073e433b96ea", 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "default", 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "api_name": "default", 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "is_master": "true", 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "endpoints": [], 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames": [], 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames_s3website": [], 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zone": "", 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "zones": [], 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "placement_targets": [], 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "default_placement": "", 2024-01-16T06:00:18.631 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "127f7946-439b-46f8-9247-127bb044a721", 2024-01-16T06:00:18.632 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_policy": { 2024-01-16T06:00:18.632 INFO:teuthology.orchestra.run.smithi071.stdout: "groups": [] 2024-01-16T06:00:18.632 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:18.632 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:00:18.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-01-16T06:00:19.531 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:19 smithi134 bash[35280]: cluster 2024-01-16T06:00:18.216847+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-16T06:00:19.543 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:19 smithi071 bash[35187]: cluster 2024-01-16T06:00:18.216847+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-16T06:00:19.543 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:19 smithi071 bash[38584]: cluster 2024-01-16T06:00:18.216847+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "8c624423-e72d-4060-a4c6-33423ae8f3f6", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "z", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "domain_root": "z.rgw.meta:root", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "control_pool": "z.rgw.control", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "gc_pool": "z.rgw.log:gc", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "lc_pool": "z.rgw.log:lc", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "log_pool": "z.rgw.log", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "roles_pool": "z.rgw.meta:roles", 2024-01-16T06:00:19.966 INFO:teuthology.orchestra.run.smithi071.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "otp_pool": "z.rgw.otp", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "system_key": { 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "access_key": "", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "secret_key": "" 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "placement_pools": [ 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "key": "default-placement", 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "val": { 2024-01-16T06:00:19.967 INFO:teuthology.orchestra.run.smithi071.stdout: "index_pool": "z.rgw.buckets.index", 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: "storage_classes": { 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: "STANDARD": { 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: "data_pool": "z.rgw.buckets.data" 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: "index_type": 0 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "127f7946-439b-46f8-9247-127bb044a721" 2024-01-16T06:00:19.968 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:00:20.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-01-16T06:00:20.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[35187]: audit 2024-01-16T06:00:19.901818+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900906\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:19.901030\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:20.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[35187]: audit 2024-01-16T06:00:19.905843+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900906\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:19.901030\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:20.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[35187]: cephadm 2024-01-16T06:00:19.908881+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T06:00:20.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[35187]: cephadm 2024-01-16T06:00:19.912386+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-01-16T06:00:20.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[35187]: cluster 2024-01-16T06:00:19.949222+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v166: 33 pgs: 4 creating+peering, 14 active+clean, 15 unknown; 147 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-16T06:00:20.482 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[38584]: audit 2024-01-16T06:00:19.901818+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900906\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:19.901030\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:20.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[38584]: audit 2024-01-16T06:00:19.905843+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900906\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:19.901030\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:20.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[38584]: cephadm 2024-01-16T06:00:19.908881+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T06:00:20.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[38584]: cephadm 2024-01-16T06:00:19.912386+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-01-16T06:00:20.483 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:20 smithi071 bash[38584]: cluster 2024-01-16T06:00:19.949222+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v166: 33 pgs: 4 creating+peering, 14 active+clean, 15 unknown; 147 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-16T06:00:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:20 smithi134 bash[35280]: audit 2024-01-16T06:00:19.901818+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900906\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:19.901030\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:20 smithi134 bash[35280]: audit 2024-01-16T06:00:19.905843+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"55e7fbd778ba\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900906\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T05:59:42.508489\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T05:59:26.988840\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:19.901030\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:20 smithi134 bash[35280]: cephadm 2024-01-16T06:00:19.908881+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T06:00:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:20 smithi134 bash[35280]: cephadm 2024-01-16T06:00:19.912386+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-01-16T06:00:20.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:20 smithi134 bash[35280]: cluster 2024-01-16T06:00:19.949222+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v166: 33 pgs: 4 creating+peering, 14 active+clean, 15 unknown; 147 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-16T06:00:22.441 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 systemd[1]: Stopping Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:00:22.441 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 bash[51290]: ts=2024-01-16T06:00:22.289Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-16T06:00:22.926 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 podman[54531]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-alertmanager.a 2024-01-16T06:00:22.926 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-16T06:00:22.926 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 systemd[1]: Stopped Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:00:22.926 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 systemd[1]: Starting Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:00:22.926 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 podman[54572]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-alertmanager.a" found: no such container 2024-01-16T06:00:22.927 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:22 smithi071 systemd[1]: Started Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.066Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.066Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.067Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.068Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.090Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.090Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.092Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-16T06:00:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[54587]: ts=2024-01-16T06:00:23.092Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-16T06:00:23.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[35187]: cluster 2024-01-16T06:00:21.949601+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v167: 33 pgs: 4 creating+peering, 29 active+clean; 1.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 2.5 KiB/s wr, 3 op/s 2024-01-16T06:00:23.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[35187]: cluster 2024-01-16T06:00:22.147811+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-16T06:00:23.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[35187]: audit 2024-01-16T06:00:22.152139+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-16T06:00:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[38584]: cluster 2024-01-16T06:00:21.949601+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v167: 33 pgs: 4 creating+peering, 29 active+clean; 1.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 2.5 KiB/s wr, 3 op/s 2024-01-16T06:00:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[38584]: cluster 2024-01-16T06:00:22.147811+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-16T06:00:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[38584]: audit 2024-01-16T06:00:22.152139+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-16T06:00:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[35187]: audit 2024-01-16T06:00:22.736588+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[35187]: audit 2024-01-16T06:00:22.739905+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:23.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[38584]: audit 2024-01-16T06:00:22.736588+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:23.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:23 smithi071 bash[38584]: audit 2024-01-16T06:00:22.739905+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:23.511 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:23 smithi134 bash[35280]: cluster 2024-01-16T06:00:21.949601+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v167: 33 pgs: 4 creating+peering, 29 active+clean; 1.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 2.5 KiB/s wr, 3 op/s 2024-01-16T06:00:23.511 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:23 smithi134 bash[35280]: cluster 2024-01-16T06:00:22.147811+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-16T06:00:23.511 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:23 smithi134 bash[35280]: audit 2024-01-16T06:00:22.152139+0000 mon.a (mon.0) 724 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-16T06:00:23.511 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:23 smithi134 bash[35280]: audit 2024-01-16T06:00:22.736588+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:23.511 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:23 smithi134 bash[35280]: audit 2024-01-16T06:00:22.739905+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982689\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982796\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982826\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982853\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982879\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982905\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982931\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:17.982957\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:24.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[35187]: cephadm 2024-01-16T06:00:22.740482+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T06:00:24.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[35187]: cephadm 2024-01-16T06:00:22.742327+0000 mgr.y (mgr.14142) 170 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi134 2024-01-16T06:00:24.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[35187]: audit 2024-01-16T06:00:23.148241+0000 mon.a (mon.0) 727 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-16T06:00:24.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[35187]: cluster 2024-01-16T06:00:23.148534+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-16T06:00:24.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[38584]: cephadm 2024-01-16T06:00:22.740482+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T06:00:24.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[38584]: cephadm 2024-01-16T06:00:22.742327+0000 mgr.y (mgr.14142) 170 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi134 2024-01-16T06:00:24.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[38584]: audit 2024-01-16T06:00:23.148241+0000 mon.a (mon.0) 727 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-16T06:00:24.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:24 smithi071 bash[38584]: cluster 2024-01-16T06:00:23.148534+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-16T06:00:24.445 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[35280]: cephadm 2024-01-16T06:00:22.740482+0000 mgr.y (mgr.14142) 169 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T06:00:24.445 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[35280]: cephadm 2024-01-16T06:00:22.742327+0000 mgr.y (mgr.14142) 170 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi134 2024-01-16T06:00:24.445 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[35280]: audit 2024-01-16T06:00:23.148241+0000 mon.a (mon.0) 727 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-16T06:00:24.445 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[35280]: cluster 2024-01-16T06:00:23.148534+0000 mon.a (mon.0) 728 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 systemd[1]: Stopping Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-16T06:00:24.718 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-16T06:00:24.719 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-16T06:00:24.719 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.499Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-16T06:00:24.719 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.500Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-16T06:00:24.719 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.500Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-16T06:00:24.719 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 bash[45879]: ts=2024-01-16T06:00:24.500Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-16T06:00:25.038 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 podman[47219]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-prometheus.a 2024-01-16T06:00:25.039 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@prometheus.a.service: Succeeded. 2024-01-16T06:00:25.039 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 systemd[1]: Stopped Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:00:25.039 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 systemd[1]: Starting Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:00:25.039 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 podman[47260]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-prometheus.a" found: no such container 2024-01-16T06:00:25.039 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:24 smithi134 systemd[1]: Started Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:00:25.441 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[54587]: ts=2024-01-16T06:00:25.068Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000370623s 2024-01-16T06:00:25.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: cluster 2024-01-16T06:00:23.949960+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v170: 65 pgs: 23 unknown, 42 active+clean; 1.8 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-01-16T06:00:25.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: cluster 2024-01-16T06:00:24.164007+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-16T06:00:25.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: audit 2024-01-16T06:00:24.165505+0000 mon.a (mon.0) 730 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-16T06:00:25.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: cluster 2024-01-16T06:00:23.949960+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v170: 65 pgs: 23 unknown, 42 active+clean; 1.8 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-01-16T06:00:25.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: cluster 2024-01-16T06:00:24.164007+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-16T06:00:25.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: audit 2024-01-16T06:00:24.165505+0000 mon.a (mon.0) 730 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-16T06:00:25.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: audit 2024-01-16T06:00:24.948107+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: audit 2024-01-16T06:00:24.951390+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: audit 2024-01-16T06:00:24.952118+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi134:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: audit 2024-01-16T06:00:24.955376+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi134:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[35187]: audit 2024-01-16T06:00:24.958716+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: audit 2024-01-16T06:00:24.948107+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: audit 2024-01-16T06:00:24.951390+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: audit 2024-01-16T06:00:24.952118+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi134:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: audit 2024-01-16T06:00:24.955376+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi134:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-16T06:00:25.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:25 smithi071 bash[38584]: audit 2024-01-16T06:00:24.958716+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.304Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.304Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.304Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.304Z caller=main.go:594 level=info host_details="(Linux 4.18.0-532.el8.x86_64 #1 SMP Thu Dec 21 12:11:59 UTC 2023 x86_64 smithi134 (none))" 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.304Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.304Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.305Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.306Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.308Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-16T06:00:25.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.308Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.309Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.309Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.491µs 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.309Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.309Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.310Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.310Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.292µs wal_replay_duration=1.063356ms wbl_replay_duration=166ns total_replay_duration=1.120565ms 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.312Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.312Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.312Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.313Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=798.807µs db_storage=697ns remote_storage=1.163µs web_handler=340ns query_engine=548ns scrape=500.245µs scrape_sd=31.173µs notify=15.28µs notify_sd=12.94µs rules=25.077µs tracing=4.128µs 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.313Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-16T06:00:25.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[47275]: ts=2024-01-16T06:00:25.313Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: cluster 2024-01-16T06:00:23.949960+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v170: 65 pgs: 23 unknown, 42 active+clean; 1.8 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.7 KiB/s wr, 5 op/s 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: cluster 2024-01-16T06:00:24.164007+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: audit 2024-01-16T06:00:24.165505+0000 mon.a (mon.0) 730 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: audit 2024-01-16T06:00:24.948107+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: audit 2024-01-16T06:00:24.951390+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900682\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900769\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900799\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900827\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900853\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900879\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900933\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:19.900959\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: audit 2024-01-16T06:00:24.952118+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi134:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: audit 2024-01-16T06:00:24.955376+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi134:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-16T06:00:25.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:25 smithi134 bash[35280]: audit 2024-01-16T06:00:24.958716+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:26.288 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[35187]: cephadm 2024-01-16T06:00:24.951902+0000 mgr.y (mgr.14142) 172 : cephadm [INF] Setting dashboard grafana config to https://smithi134:3000 2024-01-16T06:00:26.288 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[35187]: audit 2024-01-16T06:00:25.165785+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-16T06:00:26.288 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[35187]: cluster 2024-01-16T06:00:25.165914+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[35187]: cluster 2024-01-16T06:00:26.169232+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[35187]: audit 2024-01-16T06:00:26.174038+0000 mon.a (mon.0) 739 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[38584]: cephadm 2024-01-16T06:00:24.951902+0000 mgr.y (mgr.14142) 172 : cephadm [INF] Setting dashboard grafana config to https://smithi134:3000 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[38584]: audit 2024-01-16T06:00:25.165785+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[38584]: cluster 2024-01-16T06:00:25.165914+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[38584]: cluster 2024-01-16T06:00:26.169232+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-16T06:00:26.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:26 smithi071 bash[38584]: audit 2024-01-16T06:00:26.174038+0000 mon.a (mon.0) 739 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T06:00:26.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:26 smithi134 bash[35280]: cephadm 2024-01-16T06:00:24.951902+0000 mgr.y (mgr.14142) 172 : cephadm [INF] Setting dashboard grafana config to https://smithi134:3000 2024-01-16T06:00:26.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:26 smithi134 bash[35280]: audit 2024-01-16T06:00:25.165785+0000 mon.a (mon.0) 736 : audit [INF] from='client.? 172.21.15.71:0/1261230341' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-16T06:00:26.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:26 smithi134 bash[35280]: cluster 2024-01-16T06:00:25.165914+0000 mon.a (mon.0) 737 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-16T06:00:26.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:26 smithi134 bash[35280]: cluster 2024-01-16T06:00:26.169232+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-16T06:00:26.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:26 smithi134 bash[35280]: audit 2024-01-16T06:00:26.174038+0000 mon.a (mon.0) 739 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T06:00:27.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: cluster 2024-01-16T06:00:25.950471+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v173: 97 pgs: 3 creating+peering, 24 unknown, 70 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 255 B/s wr, 4 op/s 2024-01-16T06:00:27.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: cluster 2024-01-16T06:00:25.950471+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v173: 97 pgs: 3 creating+peering, 24 unknown, 70 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 255 B/s wr, 4 op/s 2024-01-16T06:00:27.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: audit 2024-01-16T06:00:26.515174+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514086\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514160\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514190\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514217\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514244\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514269\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514294\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514320\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514346\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:26.514413\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:27.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: audit 2024-01-16T06:00:26.518248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514086\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514160\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514190\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514217\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514244\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514269\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514294\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514320\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514346\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:26.514413\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:27.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: audit 2024-01-16T06:00:26.518749+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:27.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: audit 2024-01-16T06:00:27.168213+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-16T06:00:27.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: cluster 2024-01-16T06:00:27.168257+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-16T06:00:27.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[35187]: audit 2024-01-16T06:00:27.177083+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T06:00:27.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: audit 2024-01-16T06:00:26.515174+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514086\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514160\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514190\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514217\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514244\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514269\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514294\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514320\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514346\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:26.514413\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:27.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: audit 2024-01-16T06:00:26.518248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514086\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514160\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514190\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514217\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514244\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514269\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514294\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514320\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514346\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:26.514413\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:27.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: audit 2024-01-16T06:00:26.518749+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:27.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: audit 2024-01-16T06:00:27.168213+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-16T06:00:27.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: cluster 2024-01-16T06:00:27.168257+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-16T06:00:27.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:27 smithi071 bash[38584]: audit 2024-01-16T06:00:27.177083+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T06:00:27.499 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: cluster 2024-01-16T06:00:25.950471+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v173: 97 pgs: 3 creating+peering, 24 unknown, 70 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 255 B/s wr, 4 op/s 2024-01-16T06:00:27.500 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: audit 2024-01-16T06:00:26.515174+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514086\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514160\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514190\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514217\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514244\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514269\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514294\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514320\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514346\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:26.514413\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:27.500 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: audit 2024-01-16T06:00:26.518248+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514086\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514160\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514190\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514217\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514244\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514269\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514294\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514320\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:26.514346\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:26.514413\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:27.500 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: audit 2024-01-16T06:00:26.518749+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:27.500 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: audit 2024-01-16T06:00:27.168213+0000 mon.a (mon.0) 743 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-16T06:00:27.500 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: cluster 2024-01-16T06:00:27.168257+0000 mon.a (mon.0) 744 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-16T06:00:27.500 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:27 smithi134 bash[35280]: audit 2024-01-16T06:00:27.177083+0000 mon.a (mon.0) 745 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T06:00:29.258 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "799ec3cf-e75e-4ecf-97a5-170f9fc0825d", 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "epoch": 1, 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "predecessor_uuid": "35a823a6-006a-492d-9d1b-b47f280c9922", 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_status": [], 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "period_map": { 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "799ec3cf-e75e-4ecf-97a5-170f9fc0825d", 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "zonegroups": [ 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "243e14dc-12b6-4913-ae71-073e433b96ea", 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "default", 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "api_name": "default", 2024-01-16T06:00:29.259 INFO:teuthology.orchestra.run.smithi071.stdout: "is_master": "true", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "endpoints": [], 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames": [], 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames_s3website": [], 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zone": "8c624423-e72d-4060-a4c6-33423ae8f3f6", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "zones": [ 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "8c624423-e72d-4060-a4c6-33423ae8f3f6", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "z", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "endpoints": [], 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "log_meta": "false", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "log_data": "false", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "bucket_index_max_shards": 11, 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "read_only": "false", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "tier_type": "", 2024-01-16T06:00:29.260 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_from_all": "true", 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_from": [], 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "redirect_zone": "" 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "placement_targets": [ 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "default-placement", 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "tags": [], 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "storage_classes": [ 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "STANDARD" 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "default_placement": "default-placement", 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "127f7946-439b-46f8-9247-127bb044a721", 2024-01-16T06:00:29.261 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_policy": { 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "groups": [] 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "short_zone_ids": [ 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "key": "8c624423-e72d-4060-a4c6-33423ae8f3f6", 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "val": 4114076344 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zonegroup": "243e14dc-12b6-4913-ae71-073e433b96ea", 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zone": "8c624423-e72d-4060-a4c6-33423ae8f3f6", 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "period_config": { 2024-01-16T06:00:29.262 INFO:teuthology.orchestra.run.smithi071.stdout: "bucket_quota": { 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "enabled": false, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "check_on_raw": false, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size": -1, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size_kb": 0, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "max_objects": -1 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "user_quota": { 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "enabled": false, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "check_on_raw": false, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size": -1, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size_kb": 0, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "max_objects": -1 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "127f7946-439b-46f8-9247-127bb044a721", 2024-01-16T06:00:29.263 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_name": "r", 2024-01-16T06:00:29.264 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_epoch": 2 2024-01-16T06:00:29.264 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:00:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: cluster 2024-01-16T06:00:27.950893+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v176: 129 pgs: 8 creating+peering, 37 unknown, 84 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-16T06:00:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: audit 2024-01-16T06:00:28.170821+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T06:00:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: cluster 2024-01-16T06:00:28.170875+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-16T06:00:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: audit 2024-01-16T06:00:28.171811+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T06:00:29.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: cluster 2024-01-16T06:00:27.950893+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v176: 129 pgs: 8 creating+peering, 37 unknown, 84 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-16T06:00:29.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: audit 2024-01-16T06:00:28.170821+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T06:00:29.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: cluster 2024-01-16T06:00:28.170875+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-16T06:00:29.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: audit 2024-01-16T06:00:28.171811+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T06:00:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: audit 2024-01-16T06:00:28.375970+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374722\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374812\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374846\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374876\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374905\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374933\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374962\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374992\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.375021\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:28.375107\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:29.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: audit 2024-01-16T06:00:28.379260+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374722\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374812\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374846\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374876\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374905\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374933\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374962\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374992\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.375021\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:28.375107\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:29.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[35187]: audit 2024-01-16T06:00:28.381840+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:29.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: audit 2024-01-16T06:00:28.375970+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374722\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374812\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374846\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374876\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374905\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374933\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374962\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374992\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.375021\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:28.375107\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:29.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: audit 2024-01-16T06:00:28.379260+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374722\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374812\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374846\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374876\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374905\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374933\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374962\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374992\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.375021\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:28.375107\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:29.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:29 smithi071 bash[38584]: audit 2024-01-16T06:00:28.381840+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:29.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: cluster 2024-01-16T06:00:27.950893+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v176: 129 pgs: 8 creating+peering, 37 unknown, 84 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-16T06:00:29.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: audit 2024-01-16T06:00:28.170821+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T06:00:29.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: cluster 2024-01-16T06:00:28.170875+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-16T06:00:29.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: audit 2024-01-16T06:00:28.171811+0000 mon.a (mon.0) 748 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-16T06:00:29.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: audit 2024-01-16T06:00:28.375970+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374722\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374812\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374846\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374876\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374905\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374933\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374962\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374992\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.375021\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:28.375107\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:29.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: audit 2024-01-16T06:00:28.379260+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374722\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374812\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374846\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374876\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374905\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374933\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374962\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.374992\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:28.375021\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:28.375107\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:29.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:29 smithi134 bash[35280]: audit 2024-01-16T06:00:28.381840+0000 mon.a (mon.0) 751 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:29.883 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-01-16T06:00:30.278 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:30 smithi071 bash[38584]: audit 2024-01-16T06:00:29.171962+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-16T06:00:30.278 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:30 smithi071 bash[38584]: cluster 2024-01-16T06:00:29.172001+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-16T06:00:30.278 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:30 smithi071 bash[35187]: audit 2024-01-16T06:00:29.171962+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-16T06:00:30.278 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:30 smithi071 bash[35187]: cluster 2024-01-16T06:00:29.172001+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-16T06:00:30.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:30 smithi134 bash[35280]: audit 2024-01-16T06:00:29.171962+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.71:0/3394704294' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-16T06:00:30.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:30 smithi134 bash[35280]: cluster 2024-01-16T06:00:29.172001+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-16T06:00:31.177 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled rgw update... 2024-01-16T06:00:31.407 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[35187]: cluster 2024-01-16T06:00:29.951373+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v179: 129 pgs: 5 creating+peering, 17 unknown, 107 active+clean; 1.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 255 B/s wr, 1 op/s 2024-01-16T06:00:31.407 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[38584]: cluster 2024-01-16T06:00:29.951373+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v179: 129 pgs: 5 creating+peering, 17 unknown, 107 active+clean; 1.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 255 B/s wr, 1 op/s 2024-01-16T06:00:31.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[35187]: audit 2024-01-16T06:00:30.339522+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:30.338743\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:31.408 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[38584]: audit 2024-01-16T06:00:30.339522+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:30.338743\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:31.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[35187]: audit 2024-01-16T06:00:30.342662+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:30.338743\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:31.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[35187]: audit 2024-01-16T06:00:30.343130+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:31.408 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[35187]: audit 2024-01-16T06:00:31.174953+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T06:00:31.174631\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-16T06:00:31.409 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[35187]: audit 2024-01-16T06:00:31.177459+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T06:00:31.174631\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-16T06:00:31.409 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[38584]: audit 2024-01-16T06:00:30.342662+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:30.338743\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:31.409 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[38584]: audit 2024-01-16T06:00:30.343130+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:31.409 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[38584]: audit 2024-01-16T06:00:31.174953+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T06:00:31.174631\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-16T06:00:31.409 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:31 smithi071 bash[38584]: audit 2024-01-16T06:00:31.177459+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T06:00:31.174631\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-16T06:00:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:31 smithi134 bash[35280]: cluster 2024-01-16T06:00:29.951373+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v179: 129 pgs: 5 creating+peering, 17 unknown, 107 active+clean; 1.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 255 B/s wr, 1 op/s 2024-01-16T06:00:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:31 smithi134 bash[35280]: audit 2024-01-16T06:00:30.339522+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:30.338743\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:31 smithi134 bash[35280]: audit 2024-01-16T06:00:30.342662+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}}, \"last_daemon_update\": \"2024-01-16T06:00:30.338743\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:31 smithi134 bash[35280]: audit 2024-01-16T06:00:30.343130+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:31 smithi134 bash[35280]: audit 2024-01-16T06:00:31.174953+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T06:00:31.174631\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-16T06:00:31.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:31 smithi134 bash[35280]: audit 2024-01-16T06:00:31.177459+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-16T06:00:31.174631\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-16T06:00:31.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'sleep 120' 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:31.174123+0000 mgr.y (mgr.14142) 176 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: cephadm 2024-01-16T06:00:31.174620+0000 mgr.y (mgr.14142) 177 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.160644+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:32.159919\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.163349+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:32.159919\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.164950+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.167775+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.168384+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.171077+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-16T06:00:32.425 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.171675+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-16T06:00:32.426 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.174375+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-16T06:00:32.426 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.174984+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T06:00:32.426 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.177281+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T06:00:32.426 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.177831+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:00:32.426 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[35187]: audit 2024-01-16T06:00:32.178500+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi134.ullpgi", "key": "container_image"}]: dispatch 2024-01-16T06:00:32.426 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:31.174123+0000 mgr.y (mgr.14142) 176 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: cephadm 2024-01-16T06:00:31.174620+0000 mgr.y (mgr.14142) 177 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.160644+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:32.159919\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.163349+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:32.159919\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.164950+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.167775+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.168384+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.171077+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.171675+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.174375+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.174984+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.177281+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T06:00:32.427 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.177831+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:00:32.428 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:32 smithi071 bash[38584]: audit 2024-01-16T06:00:32.178500+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi134.ullpgi", "key": "container_image"}]: dispatch 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:31.174123+0000 mgr.y (mgr.14142) 176 : audit [DBG] from='client.24580 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: cephadm 2024-01-16T06:00:31.174620+0000 mgr.y (mgr.14142) 177 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.160644+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:32.159919\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.163349+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}}, \"last_daemon_update\": \"2024-01-16T06:00:32.159919\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.164950+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.167775+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.168384+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-16T06:00:32.450 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.171077+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-16T06:00:32.451 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.171675+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-16T06:00:32.451 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.174375+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-16T06:00:32.451 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.174984+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T06:00:32.451 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.177281+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T06:00:32.451 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.177831+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:00:32.451 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:32 smithi134 bash[35280]: audit 2024-01-16T06:00:32.178500+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi134.ullpgi", "key": "container_image"}]: dispatch 2024-01-16T06:00:33.383 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:33 smithi134 bash[35280]: cluster 2024-01-16T06:00:31.951868+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v180: 129 pgs: 5 creating+peering, 124 active+clean; 6.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 885 B/s rd, 5.0 KiB/s wr, 18 op/s 2024-01-16T06:00:33.383 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:33 smithi134 bash[35280]: cephadm 2024-01-16T06:00:32.178225+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Deploying daemon rgw.r.z.smithi134.ullpgi on smithi134 2024-01-16T06:00:33.441 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:00:33 smithi071 bash[54587]: ts=2024-01-16T06:00:33.070Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002245323s 2024-01-16T06:00:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:33 smithi071 bash[35187]: cluster 2024-01-16T06:00:31.951868+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v180: 129 pgs: 5 creating+peering, 124 active+clean; 6.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 885 B/s rd, 5.0 KiB/s wr, 18 op/s 2024-01-16T06:00:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:33 smithi071 bash[35187]: cephadm 2024-01-16T06:00:32.178225+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Deploying daemon rgw.r.z.smithi134.ullpgi on smithi134 2024-01-16T06:00:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:33 smithi071 bash[38584]: cluster 2024-01-16T06:00:31.951868+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v180: 129 pgs: 5 creating+peering, 124 active+clean; 6.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 885 B/s rd, 5.0 KiB/s wr, 18 op/s 2024-01-16T06:00:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:33 smithi071 bash[38584]: cephadm 2024-01-16T06:00:32.178225+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Deploying daemon rgw.r.z.smithi134.ullpgi on smithi134 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[35187]: audit 2024-01-16T06:00:33.289910+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[35187]: audit 2024-01-16T06:00:33.292850+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[35187]: audit 2024-01-16T06:00:33.293355+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[35187]: audit 2024-01-16T06:00:33.295972+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[35187]: audit 2024-01-16T06:00:33.296592+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[35187]: audit 2024-01-16T06:00:33.297265+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.mwalzk", "key": "container_image"}]: dispatch 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[38584]: audit 2024-01-16T06:00:33.289910+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[38584]: audit 2024-01-16T06:00:33.292850+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:34.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[38584]: audit 2024-01-16T06:00:33.293355+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T06:00:34.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[38584]: audit 2024-01-16T06:00:33.295972+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T06:00:34.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[38584]: audit 2024-01-16T06:00:33.296592+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:00:34.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:34 smithi071 bash[38584]: audit 2024-01-16T06:00:33.297265+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.mwalzk", "key": "container_image"}]: dispatch 2024-01-16T06:00:34.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:34 smithi134 bash[35280]: audit 2024-01-16T06:00:33.289910+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:34.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:34 smithi134 bash[35280]: audit 2024-01-16T06:00:33.292850+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159573\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159647\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159679\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159708\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159750\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159776\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159803\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159829\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:32.159854\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:34.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:34 smithi134 bash[35280]: audit 2024-01-16T06:00:33.293355+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-16T06:00:34.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:34 smithi134 bash[35280]: audit 2024-01-16T06:00:33.295972+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-16T06:00:34.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:34 smithi134 bash[35280]: audit 2024-01-16T06:00:33.296592+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:00:34.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:34 smithi134 bash[35280]: audit 2024-01-16T06:00:33.297265+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.mwalzk", "key": "container_image"}]: dispatch 2024-01-16T06:00:35.471 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[35187]: cephadm 2024-01-16T06:00:33.297044+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.mwalzk on smithi071 2024-01-16T06:00:35.472 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[35187]: cluster 2024-01-16T06:00:33.952562+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 5.7 KiB/s wr, 22 op/s 2024-01-16T06:00:35.472 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[35187]: audit 2024-01-16T06:00:34.419831+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:35.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[38584]: cephadm 2024-01-16T06:00:33.297044+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.mwalzk on smithi071 2024-01-16T06:00:35.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[38584]: cluster 2024-01-16T06:00:33.952562+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 5.7 KiB/s wr, 22 op/s 2024-01-16T06:00:35.472 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[38584]: audit 2024-01-16T06:00:34.419831+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:35.472 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[35187]: audit 2024-01-16T06:00:34.424598+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:35.473 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[35187]: audit 2024-01-16T06:00:34.425159+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:35.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[38584]: audit 2024-01-16T06:00:34.424598+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:35.473 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:35 smithi071 bash[38584]: audit 2024-01-16T06:00:34.425159+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:35.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:35 smithi134 bash[35280]: cephadm 2024-01-16T06:00:33.297044+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.mwalzk on smithi071 2024-01-16T06:00:35.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:35 smithi134 bash[35280]: cluster 2024-01-16T06:00:33.952562+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 1.6 KiB/s rd, 5.7 KiB/s wr, 22 op/s 2024-01-16T06:00:35.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:35 smithi134 bash[35280]: audit 2024-01-16T06:00:34.419831+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:35.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:35 smithi134 bash[35280]: audit 2024-01-16T06:00:34.424598+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338383\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338470\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338503\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338531\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338559\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338590\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338618\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338647\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:30.338674\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:35.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:35 smithi134 bash[35280]: audit 2024-01-16T06:00:34.425159+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:36.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:36 smithi134 bash[35280]: audit 2024-01-16T06:00:36.029748+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028596\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028670\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028702\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028747\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028774\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028800\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028826\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028853\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028879\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028909\", \"created\": \"2024-01-16T06:00:34.384943\", \"started\": \"2024-01-16T06:00:34.417812\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_daemon_update\": \"2024-01-16T06:00:36.028990\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:36.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:36 smithi134 bash[35280]: audit 2024-01-16T06:00:36.032438+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028596\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028670\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028702\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028747\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028774\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028800\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028826\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028853\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028879\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028909\", \"created\": \"2024-01-16T06:00:34.384943\", \"started\": \"2024-01-16T06:00:34.417812\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_daemon_update\": \"2024-01-16T06:00:36.028990\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:36.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:36 smithi134 bash[35280]: audit 2024-01-16T06:00:36.032898+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:36.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:36 smithi071 bash[35187]: audit 2024-01-16T06:00:36.029748+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028596\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028670\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028702\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028747\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028774\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028800\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028826\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028853\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028879\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028909\", \"created\": \"2024-01-16T06:00:34.384943\", \"started\": \"2024-01-16T06:00:34.417812\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_daemon_update\": \"2024-01-16T06:00:36.028990\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:36.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:36 smithi071 bash[35187]: audit 2024-01-16T06:00:36.032438+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028596\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028670\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028702\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028747\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028774\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028800\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028826\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028853\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028879\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028909\", \"created\": \"2024-01-16T06:00:34.384943\", \"started\": \"2024-01-16T06:00:34.417812\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_daemon_update\": \"2024-01-16T06:00:36.028990\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:36.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:36 smithi071 bash[35187]: audit 2024-01-16T06:00:36.032898+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:36.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:36 smithi071 bash[38584]: audit 2024-01-16T06:00:36.029748+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028596\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028670\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028702\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028747\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028774\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028800\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028826\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028853\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028879\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028909\", \"created\": \"2024-01-16T06:00:34.384943\", \"started\": \"2024-01-16T06:00:34.417812\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_daemon_update\": \"2024-01-16T06:00:36.028990\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]: dispatch 2024-01-16T06:00:36.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:36 smithi071 bash[38584]: audit 2024-01-16T06:00:36.032438+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028596\", \"created\": \"2024-01-16T05:56:03.743968\", \"started\": \"2024-01-16T05:56:06.745974\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028670\", \"created\": \"2024-01-16T05:56:07.812893\", \"started\": \"2024-01-16T05:56:07.846736\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028702\", \"created\": \"2024-01-16T05:57:06.265811\", \"started\": \"2024-01-16T05:57:06.297305\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028747\", \"created\": \"2024-01-16T05:57:43.643112\", \"started\": \"2024-01-16T05:57:57.352002\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028774\", \"created\": \"2024-01-16T05:57:57.740849\", \"started\": \"2024-01-16T05:58:11.939855\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028800\", \"created\": \"2024-01-16T05:58:12.203577\", \"started\": \"2024-01-16T05:58:25.554913\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028826\", \"created\": \"2024-01-16T05:58:25.983319\", \"started\": \"2024-01-16T05:58:27.420753\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028853\", \"created\": \"2024-01-16T05:59:44.751856\", \"started\": \"2024-01-16T05:59:54.384137\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028879\", \"created\": \"2024-01-16T05:59:57.000631\", \"started\": \"2024-01-16T06:00:22.833639\"}, \"rgw.r.z.smithi071.mwalzk\": {\"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:36.028909\", \"created\": \"2024-01-16T06:00:34.384943\", \"started\": \"2024-01-16T06:00:34.417812\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403\"}}, \"last_daemon_update\": \"2024-01-16T06:00:36.028990\", \"last_device_update\": \"2024-01-16T05:58:29.227084\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-01-16T05:56:24.409190\"}"}]': finished 2024-01-16T06:00:36.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:36 smithi071 bash[38584]: audit 2024-01-16T06:00:36.032898+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:00:37.513 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:37 smithi134 bash[35280]: cluster 2024-01-16T06:00:35.953309+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 83 KiB/s rd, 4.9 KiB/s wr, 165 op/s 2024-01-16T06:00:37.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:37 smithi071 bash[35187]: cluster 2024-01-16T06:00:35.953309+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 83 KiB/s rd, 4.9 KiB/s wr, 165 op/s 2024-01-16T06:00:37.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:37 smithi071 bash[38584]: cluster 2024-01-16T06:00:35.953309+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 83 KiB/s rd, 4.9 KiB/s wr, 165 op/s 2024-01-16T06:00:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:38 smithi134 bash[35280]: cluster 2024-01-16T06:00:37.954019+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 4.0 KiB/s wr, 178 op/s 2024-01-16T06:00:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:38 smithi134 bash[35280]: audit 2024-01-16T06:00:38.121904+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120712\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:00:38.121061\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:38.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:38 smithi134 bash[35280]: audit 2024-01-16T06:00:38.125123+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120712\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:00:38.121061\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:38 smithi071 bash[35187]: cluster 2024-01-16T06:00:37.954019+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 4.0 KiB/s wr, 178 op/s 2024-01-16T06:00:38.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:38 smithi071 bash[38584]: cluster 2024-01-16T06:00:37.954019+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 6.9 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 4.0 KiB/s wr, 178 op/s 2024-01-16T06:00:38.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:38 smithi071 bash[35187]: audit 2024-01-16T06:00:38.121904+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120712\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:00:38.121061\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:38.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:38 smithi071 bash[35187]: audit 2024-01-16T06:00:38.125123+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120712\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:00:38.121061\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:38.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:38 smithi071 bash[38584]: audit 2024-01-16T06:00:38.121904+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120712\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:00:38.121061\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:00:38.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:38 smithi071 bash[38584]: audit 2024-01-16T06:00:38.125123+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"5f20746b9cde\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120712\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T05:57:32.452925\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:31.164880\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:00:38.121061\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:00:41.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:41 smithi134 bash[35280]: cluster 2024-01-16T06:00:39.954557+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 125 KiB/s rd, 3.8 KiB/s wr, 234 op/s 2024-01-16T06:00:41.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:41 smithi071 bash[35187]: cluster 2024-01-16T06:00:39.954557+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 125 KiB/s rd, 3.8 KiB/s wr, 234 op/s 2024-01-16T06:00:41.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:41 smithi071 bash[38584]: cluster 2024-01-16T06:00:39.954557+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 125 KiB/s rd, 3.8 KiB/s wr, 234 op/s 2024-01-16T06:00:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:43 smithi071 bash[35187]: cluster 2024-01-16T06:00:41.955166+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 3.3 KiB/s wr, 210 op/s 2024-01-16T06:00:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:43 smithi071 bash[38584]: cluster 2024-01-16T06:00:41.955166+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 3.3 KiB/s wr, 210 op/s 2024-01-16T06:00:43.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:43 smithi134 bash[35280]: cluster 2024-01-16T06:00:41.955166+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 3.3 KiB/s wr, 210 op/s 2024-01-16T06:00:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:45 smithi071 bash[35187]: cluster 2024-01-16T06:00:43.955840+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 1023 B/s wr, 201 op/s 2024-01-16T06:00:45.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:45 smithi071 bash[38584]: cluster 2024-01-16T06:00:43.955840+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 1023 B/s wr, 201 op/s 2024-01-16T06:00:45.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:45 smithi134 bash[35280]: cluster 2024-01-16T06:00:43.955840+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 1023 B/s wr, 201 op/s 2024-01-16T06:00:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:47 smithi071 bash[35187]: cluster 2024-01-16T06:00:45.956471+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 111 KiB/s rd, 170 B/s wr, 197 op/s 2024-01-16T06:00:47.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:47 smithi071 bash[38584]: cluster 2024-01-16T06:00:45.956471+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 111 KiB/s rd, 170 B/s wr, 197 op/s 2024-01-16T06:00:47.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:47 smithi134 bash[35280]: cluster 2024-01-16T06:00:45.956471+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 111 KiB/s rd, 170 B/s wr, 197 op/s 2024-01-16T06:00:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:49 smithi071 bash[35187]: cluster 2024-01-16T06:00:47.957026+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 100 op/s 2024-01-16T06:00:49.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:49 smithi071 bash[38584]: cluster 2024-01-16T06:00:47.957026+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 100 op/s 2024-01-16T06:00:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:49 smithi134 bash[35280]: cluster 2024-01-16T06:00:47.957026+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 100 op/s 2024-01-16T06:00:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:51 smithi071 bash[35187]: cluster 2024-01-16T06:00:49.957620+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 170 B/s wr, 65 op/s 2024-01-16T06:00:51.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:51 smithi071 bash[38584]: cluster 2024-01-16T06:00:49.957620+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 170 B/s wr, 65 op/s 2024-01-16T06:00:51.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:51 smithi134 bash[35280]: cluster 2024-01-16T06:00:49.957620+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 37 KiB/s rd, 170 B/s wr, 65 op/s 2024-01-16T06:00:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:53 smithi071 bash[35187]: cluster 2024-01-16T06:00:51.958277+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:53.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:53 smithi071 bash[38584]: cluster 2024-01-16T06:00:51.958277+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:53.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:53 smithi134 bash[35280]: cluster 2024-01-16T06:00:51.958277+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:55 smithi071 bash[35187]: cluster 2024-01-16T06:00:53.958792+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:55.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:55 smithi071 bash[38584]: cluster 2024-01-16T06:00:53.958792+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:55.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:55 smithi134 bash[35280]: cluster 2024-01-16T06:00:53.958792+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:57 smithi071 bash[35187]: cluster 2024-01-16T06:00:55.959419+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:57.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:57 smithi071 bash[38584]: cluster 2024-01-16T06:00:55.959419+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:57.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:57 smithi134 bash[35280]: cluster 2024-01-16T06:00:55.959419+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:00:59 smithi071 bash[35187]: cluster 2024-01-16T06:00:57.959941+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:59.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:00:59 smithi071 bash[38584]: cluster 2024-01-16T06:00:57.959941+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:00:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:00:59 smithi134 bash[35280]: cluster 2024-01-16T06:00:57.959941+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:01 smithi071 bash[35187]: cluster 2024-01-16T06:00:59.960420+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:01 smithi071 bash[38584]: cluster 2024-01-16T06:00:59.960420+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:01.486 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:01 smithi134 bash[35280]: cluster 2024-01-16T06:00:59.960420+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:03 smithi071 bash[35187]: cluster 2024-01-16T06:01:01.961043+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:03.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:03 smithi071 bash[38584]: cluster 2024-01-16T06:01:01.961043+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:03 smithi134 bash[35280]: cluster 2024-01-16T06:01:01.961043+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:05 smithi071 bash[35187]: cluster 2024-01-16T06:01:03.961793+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:05.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:05 smithi071 bash[38584]: cluster 2024-01-16T06:01:03.961793+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:05.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:05 smithi134 bash[35280]: cluster 2024-01-16T06:01:03.961793+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:07 smithi071 bash[35187]: cluster 2024-01-16T06:01:05.962323+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:07.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:07 smithi071 bash[38584]: cluster 2024-01-16T06:01:05.962323+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:07 smithi134 bash[35280]: cluster 2024-01-16T06:01:05.962323+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:09 smithi071 bash[35187]: cluster 2024-01-16T06:01:07.962868+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:09.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:09 smithi071 bash[38584]: cluster 2024-01-16T06:01:07.962868+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:09.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:09 smithi134 bash[35280]: cluster 2024-01-16T06:01:07.962868+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:11.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:11 smithi071 bash[35187]: cluster 2024-01-16T06:01:09.963337+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:11.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:11 smithi071 bash[38584]: cluster 2024-01-16T06:01:09.963337+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:11.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:11 smithi134 bash[35280]: cluster 2024-01-16T06:01:09.963337+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:13.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:13 smithi071 bash[35187]: cluster 2024-01-16T06:01:11.963893+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:13.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:13 smithi071 bash[38584]: cluster 2024-01-16T06:01:11.963893+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:13.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:13 smithi134 bash[35280]: cluster 2024-01-16T06:01:11.963893+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:15 smithi071 bash[35187]: cluster 2024-01-16T06:01:13.964510+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:15.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:15 smithi071 bash[38584]: cluster 2024-01-16T06:01:13.964510+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:15 smithi134 bash[35280]: cluster 2024-01-16T06:01:13.964510+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:17.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:17 smithi071 bash[38584]: cluster 2024-01-16T06:01:15.965247+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:17.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:17 smithi071 bash[35187]: cluster 2024-01-16T06:01:15.965247+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:17.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:17 smithi134 bash[35280]: cluster 2024-01-16T06:01:15.965247+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:19.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:19 smithi071 bash[35187]: cluster 2024-01-16T06:01:17.965788+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:19.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:19 smithi071 bash[38584]: cluster 2024-01-16T06:01:17.965788+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:19.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:19 smithi134 bash[35280]: cluster 2024-01-16T06:01:17.965788+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:21.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:21 smithi134 bash[35280]: cluster 2024-01-16T06:01:19.966298+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:21.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:21 smithi071 bash[35187]: cluster 2024-01-16T06:01:19.966298+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:21.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:21 smithi071 bash[38584]: cluster 2024-01-16T06:01:19.966298+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:23.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:23 smithi134 bash[35280]: cluster 2024-01-16T06:01:21.966857+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:23.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:23 smithi071 bash[35187]: cluster 2024-01-16T06:01:21.966857+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:23.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:23 smithi071 bash[38584]: cluster 2024-01-16T06:01:21.966857+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:25.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:25 smithi134 bash[35280]: cluster 2024-01-16T06:01:23.967402+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:25.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:25 smithi071 bash[35187]: cluster 2024-01-16T06:01:23.967402+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:25.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:25 smithi071 bash[38584]: cluster 2024-01-16T06:01:23.967402+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:27.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:27 smithi134 bash[35280]: cluster 2024-01-16T06:01:25.968034+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:27 smithi071 bash[35187]: cluster 2024-01-16T06:01:25.968034+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:27.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:27 smithi071 bash[38584]: cluster 2024-01-16T06:01:25.968034+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:28.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:28 smithi134 bash[35280]: cluster 2024-01-16T06:01:27.968491+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:28.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:28 smithi071 bash[35187]: cluster 2024-01-16T06:01:27.968491+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:28.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:28 smithi071 bash[38584]: cluster 2024-01-16T06:01:27.968491+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:31.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:31 smithi134 bash[35280]: cluster 2024-01-16T06:01:29.969014+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:31 smithi071 bash[35187]: cluster 2024-01-16T06:01:29.969014+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:31.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:31 smithi071 bash[38584]: cluster 2024-01-16T06:01:29.969014+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:33 smithi071 bash[35187]: cluster 2024-01-16T06:01:31.969804+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:33 smithi071 bash[38584]: cluster 2024-01-16T06:01:31.969804+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:33.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:33 smithi134 bash[35280]: cluster 2024-01-16T06:01:31.969804+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:35 smithi071 bash[35187]: cluster 2024-01-16T06:01:33.970464+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:35 smithi071 bash[38584]: cluster 2024-01-16T06:01:33.970464+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:35.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:35 smithi134 bash[35280]: cluster 2024-01-16T06:01:33.970464+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:37 smithi071 bash[35187]: cluster 2024-01-16T06:01:35.970960+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:37 smithi071 bash[38584]: cluster 2024-01-16T06:01:35.970960+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:37.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:37 smithi134 bash[35280]: cluster 2024-01-16T06:01:35.970960+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:39.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:39 smithi071 bash[35187]: cluster 2024-01-16T06:01:37.971533+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:39.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:39 smithi071 bash[38584]: cluster 2024-01-16T06:01:37.971533+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:39 smithi134 bash[35280]: cluster 2024-01-16T06:01:37.971533+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:41.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:41 smithi071 bash[35187]: cluster 2024-01-16T06:01:39.972180+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:41.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:41 smithi071 bash[38584]: cluster 2024-01-16T06:01:39.972180+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:41.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:41 smithi134 bash[35280]: cluster 2024-01-16T06:01:39.972180+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:43 smithi071 bash[35187]: cluster 2024-01-16T06:01:41.972800+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:43 smithi071 bash[38584]: cluster 2024-01-16T06:01:41.972800+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:43.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:43 smithi134 bash[35280]: cluster 2024-01-16T06:01:41.972800+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:45 smithi071 bash[35187]: cluster 2024-01-16T06:01:43.973281+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:45.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:45 smithi071 bash[38584]: cluster 2024-01-16T06:01:43.973281+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:45.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:45 smithi134 bash[35280]: cluster 2024-01-16T06:01:43.973281+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:47 smithi071 bash[35187]: cluster 2024-01-16T06:01:45.973855+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:47.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:47 smithi071 bash[38584]: cluster 2024-01-16T06:01:45.973855+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:47.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:47 smithi134 bash[35280]: cluster 2024-01-16T06:01:45.973855+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:49.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:49 smithi071 bash[35187]: cluster 2024-01-16T06:01:47.974335+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:49.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:49 smithi071 bash[38584]: cluster 2024-01-16T06:01:47.974335+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:49 smithi134 bash[35280]: cluster 2024-01-16T06:01:47.974335+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:51 smithi071 bash[35187]: cluster 2024-01-16T06:01:49.974992+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:51.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:51 smithi071 bash[38584]: cluster 2024-01-16T06:01:49.974992+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:51.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:51 smithi134 bash[35280]: cluster 2024-01-16T06:01:49.974992+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:53 smithi071 bash[35187]: cluster 2024-01-16T06:01:51.975724+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:53.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:53 smithi071 bash[38584]: cluster 2024-01-16T06:01:51.975724+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:53.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:53 smithi134 bash[35280]: cluster 2024-01-16T06:01:51.975724+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:55 smithi071 bash[35187]: cluster 2024-01-16T06:01:53.976301+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:55.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:55 smithi071 bash[38584]: cluster 2024-01-16T06:01:53.976301+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:55.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:55 smithi134 bash[35280]: cluster 2024-01-16T06:01:53.976301+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:57 smithi071 bash[35187]: cluster 2024-01-16T06:01:55.976885+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:57.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:57 smithi071 bash[38584]: cluster 2024-01-16T06:01:55.976885+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:57.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:57 smithi134 bash[35280]: cluster 2024-01-16T06:01:55.976885+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:01:59 smithi071 bash[35187]: cluster 2024-01-16T06:01:57.977368+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:59.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:01:59 smithi071 bash[38584]: cluster 2024-01-16T06:01:57.977368+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:01:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:01:59 smithi134 bash[35280]: cluster 2024-01-16T06:01:57.977368+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:01 smithi071 bash[35187]: cluster 2024-01-16T06:01:59.978030+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:01 smithi071 bash[38584]: cluster 2024-01-16T06:01:59.978030+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:01.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:01 smithi134 bash[35280]: cluster 2024-01-16T06:01:59.978030+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:03 smithi134 bash[35280]: cluster 2024-01-16T06:02:01.978747+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:03.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:03 smithi071 bash[35187]: cluster 2024-01-16T06:02:01.978747+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:03.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:03 smithi071 bash[38584]: cluster 2024-01-16T06:02:01.978747+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:05 smithi134 bash[35280]: cluster 2024-01-16T06:02:03.979310+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:05.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:05 smithi071 bash[35187]: cluster 2024-01-16T06:02:03.979310+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:05.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:05 smithi071 bash[38584]: cluster 2024-01-16T06:02:03.979310+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:07 smithi134 bash[35280]: cluster 2024-01-16T06:02:05.979840+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:07.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:07 smithi071 bash[35187]: cluster 2024-01-16T06:02:05.979840+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:07.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:07 smithi071 bash[38584]: cluster 2024-01-16T06:02:05.979840+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:09.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:09 smithi134 bash[35280]: cluster 2024-01-16T06:02:07.980537+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:09.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:09 smithi071 bash[35187]: cluster 2024-01-16T06:02:07.980537+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:09.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:09 smithi071 bash[38584]: cluster 2024-01-16T06:02:07.980537+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:11.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:11 smithi134 bash[35280]: cluster 2024-01-16T06:02:09.981148+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:11.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:11 smithi071 bash[35187]: cluster 2024-01-16T06:02:09.981148+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:11.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:11 smithi071 bash[38584]: cluster 2024-01-16T06:02:09.981148+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:13.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:13 smithi134 bash[35280]: cluster 2024-01-16T06:02:11.981794+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:13 smithi071 bash[35187]: cluster 2024-01-16T06:02:11.981794+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:13.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:13 smithi071 bash[38584]: cluster 2024-01-16T06:02:11.981794+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:15 smithi134 bash[35280]: cluster 2024-01-16T06:02:13.982494+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:15.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:15 smithi071 bash[35187]: cluster 2024-01-16T06:02:13.982494+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:15.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:15 smithi071 bash[38584]: cluster 2024-01-16T06:02:13.982494+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:16.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:16 smithi134 bash[35280]: cluster 2024-01-16T06:02:15.983038+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:16.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:16 smithi071 bash[35187]: cluster 2024-01-16T06:02:15.983038+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:16.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:16 smithi071 bash[38584]: cluster 2024-01-16T06:02:15.983038+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:19.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:19 smithi071 bash[35187]: cluster 2024-01-16T06:02:17.983562+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:19.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:19 smithi071 bash[38584]: cluster 2024-01-16T06:02:17.983562+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:19.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:19 smithi134 bash[35280]: cluster 2024-01-16T06:02:17.983562+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:21.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:21 smithi071 bash[35187]: cluster 2024-01-16T06:02:19.984063+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:21.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:21 smithi071 bash[38584]: cluster 2024-01-16T06:02:19.984063+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:21.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:21 smithi134 bash[35280]: cluster 2024-01-16T06:02:19.984063+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:23.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:23 smithi071 bash[35187]: cluster 2024-01-16T06:02:21.984739+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:23.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:23 smithi071 bash[38584]: cluster 2024-01-16T06:02:21.984739+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:23.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:23 smithi134 bash[35280]: cluster 2024-01-16T06:02:21.984739+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:25.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:25 smithi071 bash[35187]: cluster 2024-01-16T06:02:23.985409+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:25.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:25 smithi071 bash[38584]: cluster 2024-01-16T06:02:23.985409+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:25.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:25 smithi134 bash[35280]: cluster 2024-01-16T06:02:23.985409+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:27.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:27 smithi071 bash[35187]: cluster 2024-01-16T06:02:25.986024+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:27.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:27 smithi071 bash[38584]: cluster 2024-01-16T06:02:25.986024+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:27.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:27 smithi134 bash[35280]: cluster 2024-01-16T06:02:25.986024+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:29.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:29 smithi071 bash[35187]: cluster 2024-01-16T06:02:27.986488+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:29.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:29 smithi071 bash[38584]: cluster 2024-01-16T06:02:27.986488+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:29.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:29 smithi134 bash[35280]: cluster 2024-01-16T06:02:27.986488+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:31 smithi071 bash[35187]: cluster 2024-01-16T06:02:29.987125+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:31.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:31 smithi071 bash[38584]: cluster 2024-01-16T06:02:29.987125+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:31.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:31 smithi134 bash[35280]: cluster 2024-01-16T06:02:29.987125+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:32.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-16T06:02:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:33 smithi071 bash[35187]: cluster 2024-01-16T06:02:31.987799+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:33.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:33 smithi071 bash[38584]: cluster 2024-01-16T06:02:31.987799+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:33.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:33 smithi134 bash[35280]: cluster 2024-01-16T06:02:31.987799+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:34.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:34 smithi071 bash[35187]: audit 2024-01-16T06:02:34.096361+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.71:0/423902740' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:34.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:34 smithi071 bash[35187]: audit 2024-01-16T06:02:34.099782+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.71:0/423902740' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-16T06:02:34.398 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:34 smithi071 bash[38584]: audit 2024-01-16T06:02:34.096361+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.71:0/423902740' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:34.399 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:34 smithi071 bash[38584]: audit 2024-01-16T06:02:34.099782+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.71:0/423902740' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-16T06:02:34.453 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-16T06:02:34.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:34 smithi134 bash[35280]: audit 2024-01-16T06:02:34.096361+0000 mon.a (mon.0) 785 : audit [INF] from='client.? 172.21.15.71:0/423902740' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:34.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:34 smithi134 bash[35280]: audit 2024-01-16T06:02:34.099782+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.71:0/423902740' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-16T06:02:35.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:35 smithi071 bash[38584]: cluster 2024-01-16T06:02:33.988253+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:35.301 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:35 smithi071 bash[35187]: cluster 2024-01-16T06:02:33.988253+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:35.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:35 smithi134 bash[35280]: cluster 2024-01-16T06:02:33.988253+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:35.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-16T06:02:36.220 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:36 smithi071 bash[38584]: audit 2024-01-16T06:02:35.627889+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.71:0/2518035311' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:36.221 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:36 smithi071 bash[38584]: audit 2024-01-16T06:02:35.628275+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:36.221 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:36 smithi071 bash[38584]: audit 2024-01-16T06:02:35.634144+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-01-16T06:02:36.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:36 smithi071 bash[35187]: audit 2024-01-16T06:02:35.627889+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.71:0/2518035311' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:36.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:36 smithi071 bash[35187]: audit 2024-01-16T06:02:35.628275+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:36.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:36 smithi071 bash[35187]: audit 2024-01-16T06:02:35.634144+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-01-16T06:02:36.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:36 smithi134 bash[35280]: audit 2024-01-16T06:02:35.627889+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.71:0/2518035311' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:36.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:36 smithi134 bash[35280]: audit 2024-01-16T06:02:35.628275+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-16T06:02:36.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:36 smithi134 bash[35280]: audit 2024-01-16T06:02:35.634144+0000 mon.a (mon.0) 788 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-01-16T06:02:37.129 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:02:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:37 smithi071 bash[35187]: cluster 2024-01-16T06:02:35.988742+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:37 smithi071 bash[35187]: audit 2024-01-16T06:02:37.125471+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\"}"}]: dispatch 2024-01-16T06:02:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:37 smithi071 bash[35187]: audit 2024-01-16T06:02:37.128628+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\"}"}]': finished 2024-01-16T06:02:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:37 smithi071 bash[38584]: cluster 2024-01-16T06:02:35.988742+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:37 smithi071 bash[38584]: audit 2024-01-16T06:02:37.125471+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\"}"}]: dispatch 2024-01-16T06:02:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:37 smithi071 bash[38584]: audit 2024-01-16T06:02:37.128628+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\"}"}]': finished 2024-01-16T06:02:37.502 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T06:02:37.512 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-16T06:02:37.512 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-01-16T06:02:37.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:37 smithi134 bash[35280]: cluster 2024-01-16T06:02:35.988742+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:37.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:37 smithi134 bash[35280]: audit 2024-01-16T06:02:37.125471+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\"}"}]: dispatch 2024-01-16T06:02:37.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:37 smithi134 bash[35280]: audit 2024-01-16T06:02:37.128628+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\"}"}]': finished 2024-01-16T06:02:38.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:38 smithi071 bash[35187]: audit 2024-01-16T06:02:37.123706+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:38.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:38 smithi071 bash[35187]: cephadm 2024-01-16T06:02:37.130445+0000 mgr.y (mgr.14142) 244 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:02:38.438 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:38 smithi071 bash[38584]: audit 2024-01-16T06:02:37.123706+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:38.439 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:38 smithi071 bash[38584]: cephadm 2024-01-16T06:02:37.130445+0000 mgr.y (mgr.14142) 244 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:02:38.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:38 smithi134 bash[35280]: audit 2024-01-16T06:02:37.123706+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:38.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:38 smithi134 bash[35280]: cephadm 2024-01-16T06:02:37.130445+0000 mgr.y (mgr.14142) 244 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:02:38.878 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-01-16T06:02:39.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:39 smithi071 bash[35187]: cluster 2024-01-16T06:02:37.989161+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:39.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:39 smithi071 bash[38584]: cluster 2024-01-16T06:02:37.989161+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:39 smithi134 bash[35280]: cluster 2024-01-16T06:02:37.989161+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (2m) 2m ago 2m docker.io/prom/alertmanager:latest 9f27df16978d 213017fd4410 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi134 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c fb4c42fd2683 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi134 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5f20746b9cde 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fe16ee8db8b4 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 19b078b162e8 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi134 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 490e16349f19 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1639f09cccc4 2024-01-16T06:02:39.601 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (2m) 2m ago 2m docker.io/prom/node-exporter:latest 72c9c2088986 0dbf8421134a 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi134 running (2m) 2m ago 2m docker.io/prom/node-exporter:latest 72c9c2088986 e5c0b37bed31 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8bd7e2426857 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1c1a97fe35f7 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 00fe49923c45 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d45cae9818b7 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi134 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5b830d680f1d 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi134 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5dba583ffc06 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi134 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 26da66619d75 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi134 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2f2c5c6a3c70 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi134 running (2m) 2m ago 2m docker.io/prom/prometheus:latest 2a72b385beaf 42345bae3535 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.mwalzk smithi071 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e37dbabf2734 2024-01-16T06:02:39.602 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi134.ullpgi smithi134 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb81edf2ab16 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:02:40.025 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:02:40.026 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-01-16T06:02:40.026 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T06:02:40.026 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:02:40.026 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:02:40.408 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:02:40.408 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T06:02:40.408 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-01-16T06:02:40.408 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-01-16T06:02:40.408 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "" 2024-01-16T06:02:40.408 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:02:40.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:40 smithi134 bash[35280]: audit 2024-01-16T06:02:38.867113+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:40.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:40 smithi134 bash[35280]: audit 2024-01-16T06:02:40.026123+0000 mon.a (mon.0) 791 : audit [DBG] from='client.? 172.21.15.71:0/600622244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:02:40.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:40 smithi071 bash[38584]: audit 2024-01-16T06:02:38.867113+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:40.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:40 smithi071 bash[38584]: audit 2024-01-16T06:02:40.026123+0000 mon.a (mon.0) 791 : audit [DBG] from='client.? 172.21.15.71:0/600622244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:02:40.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:40 smithi071 bash[35187]: audit 2024-01-16T06:02:38.867113+0000 mgr.y (mgr.14142) 246 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:40.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:40 smithi071 bash[35187]: audit 2024-01-16T06:02:40.026123+0000 mon.a (mon.0) 791 : audit [DBG] from='client.? 172.21.15.71:0/600622244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:02:41.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:41 smithi134 bash[35280]: audit 2024-01-16T06:02:39.271142+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:41.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:41 smithi134 bash[35280]: audit 2024-01-16T06:02:39.598750+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:41.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:41 smithi134 bash[35280]: cluster 2024-01-16T06:02:39.989567+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:41.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:41 smithi071 bash[38584]: audit 2024-01-16T06:02:39.271142+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:41.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:41 smithi071 bash[38584]: audit 2024-01-16T06:02:39.598750+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:41.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:41 smithi071 bash[38584]: cluster 2024-01-16T06:02:39.989567+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:41.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:41 smithi071 bash[35187]: audit 2024-01-16T06:02:39.271142+0000 mgr.y (mgr.14142) 247 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:41.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:41 smithi071 bash[35187]: audit 2024-01-16T06:02:39.598750+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:41.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:41 smithi071 bash[35187]: cluster 2024-01-16T06:02:39.989567+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:42.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:42 smithi134 bash[35280]: audit 2024-01-16T06:02:40.408772+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:42.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:42 smithi071 bash[35187]: audit 2024-01-16T06:02:40.408772+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:42.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:42 smithi071 bash[38584]: audit 2024-01-16T06:02:40.408772+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:02:43.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:43 smithi134 bash[35280]: cluster 2024-01-16T06:02:41.990047+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:43.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:43 smithi071 bash[35187]: cluster 2024-01-16T06:02:41.990047+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:43.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:43 smithi071 bash[38584]: cluster 2024-01-16T06:02:41.990047+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:45.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:45 smithi134 bash[35280]: cluster 2024-01-16T06:02:43.990477+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:45.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:45 smithi071 bash[35187]: cluster 2024-01-16T06:02:43.990477+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:45.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:45 smithi071 bash[38584]: cluster 2024-01-16T06:02:43.990477+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:47.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:47 smithi134 bash[35280]: cluster 2024-01-16T06:02:45.990926+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:47.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:47 smithi071 bash[35187]: cluster 2024-01-16T06:02:45.990926+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:47.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:47 smithi071 bash[38584]: cluster 2024-01-16T06:02:45.990926+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:49 smithi134 bash[35280]: cluster 2024-01-16T06:02:47.991263+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:49 smithi071 bash[35187]: cluster 2024-01-16T06:02:47.991263+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:49 smithi071 bash[38584]: cluster 2024-01-16T06:02:47.991263+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:51.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:51 smithi134 bash[35280]: cluster 2024-01-16T06:02:49.991852+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:51.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:51 smithi071 bash[35187]: cluster 2024-01-16T06:02:49.991852+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:51.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:51 smithi071 bash[38584]: cluster 2024-01-16T06:02:49.991852+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:53 smithi071 bash[35187]: cluster 2024-01-16T06:02:51.992282+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:53.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:53 smithi071 bash[38584]: cluster 2024-01-16T06:02:51.992282+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:53.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:53 smithi134 bash[35280]: cluster 2024-01-16T06:02:51.992282+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:55.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:55 smithi071 bash[38584]: cluster 2024-01-16T06:02:53.992740+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:55.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:55 smithi071 bash[35187]: cluster 2024-01-16T06:02:53.992740+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:55.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:55 smithi134 bash[35280]: cluster 2024-01-16T06:02:53.992740+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:57.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:57 smithi071 bash[38584]: cluster 2024-01-16T06:02:55.993308+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:57 smithi071 bash[35187]: cluster 2024-01-16T06:02:55.993308+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:57.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:57 smithi134 bash[35280]: cluster 2024-01-16T06:02:55.993308+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:02:59 smithi071 bash[35187]: cluster 2024-01-16T06:02:57.993832+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:59.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:02:59 smithi071 bash[38584]: cluster 2024-01-16T06:02:57.993832+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:02:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:02:59 smithi134 bash[35280]: cluster 2024-01-16T06:02:57.993832+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:01.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:01 smithi071 bash[35187]: cluster 2024-01-16T06:02:59.994291+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:01.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:01 smithi071 bash[38584]: cluster 2024-01-16T06:02:59.994291+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:01.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:01 smithi134 bash[35280]: cluster 2024-01-16T06:02:59.994291+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:03 smithi071 bash[35187]: cluster 2024-01-16T06:03:01.995043+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:03.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:03 smithi071 bash[38584]: cluster 2024-01-16T06:03:01.995043+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:03 smithi134 bash[35280]: cluster 2024-01-16T06:03:01.995043+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[35187]: cluster 2024-01-16T06:03:03.995730+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[35187]: audit 2024-01-16T06:03:04.230126+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-16T06:03:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[35187]: audit 2024-01-16T06:03:04.235266+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-16T06:03:05.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[35187]: audit 2024-01-16T06:03:04.235726+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:05.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[38584]: cluster 2024-01-16T06:03:03.995730+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[38584]: audit 2024-01-16T06:03:04.230126+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-16T06:03:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[38584]: audit 2024-01-16T06:03:04.235266+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-16T06:03:05.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:05 smithi071 bash[38584]: audit 2024-01-16T06:03:04.235726+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:05.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:05 smithi134 bash[35280]: cluster 2024-01-16T06:03:03.995730+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:05.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:05 smithi134 bash[35280]: audit 2024-01-16T06:03:04.230126+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-16T06:03:05.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:05 smithi134 bash[35280]: audit 2024-01-16T06:03:04.235266+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-16T06:03:05.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:05 smithi134 bash[35280]: audit 2024-01-16T06:03:04.235726+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:06.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[35187]: cephadm 2024-01-16T06:03:04.235532+0000 mgr.y (mgr.14142) 263 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T06:03:06.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[35187]: cephadm 2024-01-16T06:03:04.236353+0000 mgr.y (mgr.14142) 264 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T06:03:06.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[35187]: cephadm 2024-01-16T06:03:04.236673+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T06:03:06.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[35187]: cephadm 2024-01-16T06:03:04.443097+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi134 2024-01-16T06:03:06.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[38584]: cephadm 2024-01-16T06:03:04.235532+0000 mgr.y (mgr.14142) 263 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T06:03:06.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[38584]: cephadm 2024-01-16T06:03:04.236353+0000 mgr.y (mgr.14142) 264 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T06:03:06.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[38584]: cephadm 2024-01-16T06:03:04.236673+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T06:03:06.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:06 smithi071 bash[38584]: cephadm 2024-01-16T06:03:04.443097+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi134 2024-01-16T06:03:06.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:06 smithi134 bash[35280]: cephadm 2024-01-16T06:03:04.235532+0000 mgr.y (mgr.14142) 263 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T06:03:06.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:06 smithi134 bash[35280]: cephadm 2024-01-16T06:03:04.236353+0000 mgr.y (mgr.14142) 264 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T06:03:06.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:06 smithi134 bash[35280]: cephadm 2024-01-16T06:03:04.236673+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T06:03:06.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:06 smithi134 bash[35280]: cephadm 2024-01-16T06:03:04.443097+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi134 2024-01-16T06:03:07.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:07 smithi071 bash[35187]: cluster 2024-01-16T06:03:05.996572+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:07.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:07 smithi071 bash[38584]: cluster 2024-01-16T06:03:05.996572+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:07.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:07 smithi134 bash[35280]: cluster 2024-01-16T06:03:05.996572+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:09.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:09 smithi071 bash[35187]: cluster 2024-01-16T06:03:07.997168+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:09.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:09 smithi071 bash[38584]: cluster 2024-01-16T06:03:07.997168+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:09.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:09 smithi134 bash[35280]: cluster 2024-01-16T06:03:07.997168+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:10.702 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 213017fd4410 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi134 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c fb4c42fd2683 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi134 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5f20746b9cde 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fe16ee8db8b4 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 19b078b162e8 2024-01-16T06:03:11.236 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi134 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 490e16349f19 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1639f09cccc4 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 0dbf8421134a 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi134 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 e5c0b37bed31 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8bd7e2426857 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1c1a97fe35f7 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 00fe49923c45 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d45cae9818b7 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi134 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5b830d680f1d 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi134 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5dba583ffc06 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi134 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 26da66619d75 2024-01-16T06:03:11.237 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi134 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2f2c5c6a3c70 2024-01-16T06:03:11.238 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi134 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 2a72b385beaf 42345bae3535 2024-01-16T06:03:11.238 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.mwalzk smithi071 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e37dbabf2734 2024-01-16T06:03:11.238 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi134.ullpgi smithi134 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb81edf2ab16 2024-01-16T06:03:11.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:11 smithi071 bash[35187]: cluster 2024-01-16T06:03:09.997784+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:11.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:11 smithi071 bash[38584]: cluster 2024-01-16T06:03:09.997784+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:11.531 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:03:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-01-16T06:03:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T06:03:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:11.531 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:03:11.532 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:03:11.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:11 smithi134 bash[35280]: cluster 2024-01-16T06:03:09.997784+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:11.798 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:03:11.798 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T06:03:11.798 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-01-16T06:03:11.798 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-01-16T06:03:11.798 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "" 2024-01-16T06:03:11.798 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:03:12.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:12 smithi134 bash[35280]: audit 2024-01-16T06:03:10.693298+0000 mgr.y (mgr.14142) 270 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:12.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:12 smithi134 bash[35280]: audit 2024-01-16T06:03:10.962054+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:12.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:12 smithi134 bash[35280]: audit 2024-01-16T06:03:11.532601+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/3248611800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:03:12.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:12 smithi071 bash[35187]: audit 2024-01-16T06:03:10.693298+0000 mgr.y (mgr.14142) 270 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:12.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:12 smithi071 bash[35187]: audit 2024-01-16T06:03:10.962054+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:12.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:12 smithi071 bash[35187]: audit 2024-01-16T06:03:11.532601+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/3248611800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:03:12.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:12 smithi071 bash[38584]: audit 2024-01-16T06:03:10.693298+0000 mgr.y (mgr.14142) 270 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:12.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:12 smithi071 bash[38584]: audit 2024-01-16T06:03:10.962054+0000 mgr.y (mgr.14142) 271 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:12.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:12 smithi071 bash[38584]: audit 2024-01-16T06:03:11.532601+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/3248611800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:03:13.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:13 smithi134 bash[35280]: audit 2024-01-16T06:03:11.234025+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:13.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:13 smithi134 bash[35280]: audit 2024-01-16T06:03:11.799026+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:13 smithi134 bash[35280]: cluster 2024-01-16T06:03:11.998523+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:13 smithi071 bash[35187]: audit 2024-01-16T06:03:11.234025+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:13 smithi071 bash[35187]: audit 2024-01-16T06:03:11.799026+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:13.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:13 smithi071 bash[35187]: cluster 2024-01-16T06:03:11.998523+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:13.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:13 smithi071 bash[38584]: audit 2024-01-16T06:03:11.234025+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:13.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:13 smithi071 bash[38584]: audit 2024-01-16T06:03:11.799026+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:13.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:13 smithi071 bash[38584]: cluster 2024-01-16T06:03:11.998523+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:15 smithi134 bash[35280]: cluster 2024-01-16T06:03:13.999020+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:15.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:15 smithi071 bash[35187]: cluster 2024-01-16T06:03:13.999020+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:15.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:15 smithi071 bash[38584]: cluster 2024-01-16T06:03:13.999020+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:17.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:17 smithi134 bash[35280]: cluster 2024-01-16T06:03:15.999662+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:17.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:17 smithi071 bash[35187]: cluster 2024-01-16T06:03:15.999662+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:17.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:17 smithi071 bash[38584]: cluster 2024-01-16T06:03:15.999662+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:19.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:19 smithi134 bash[35280]: cluster 2024-01-16T06:03:18.000160+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:19.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:19 smithi071 bash[35187]: cluster 2024-01-16T06:03:18.000160+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:19.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:19 smithi071 bash[38584]: cluster 2024-01-16T06:03:18.000160+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:21.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:21 smithi134 bash[35280]: cluster 2024-01-16T06:03:20.000945+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:21.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:21 smithi071 bash[35187]: cluster 2024-01-16T06:03:20.000945+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:21.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:21 smithi071 bash[38584]: cluster 2024-01-16T06:03:20.000945+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:23.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:23 smithi134 bash[35280]: cluster 2024-01-16T06:03:22.001671+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:23.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:23 smithi071 bash[35187]: cluster 2024-01-16T06:03:22.001671+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:23.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:23 smithi071 bash[38584]: cluster 2024-01-16T06:03:22.001671+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:25.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:25 smithi134 bash[35280]: cluster 2024-01-16T06:03:24.002527+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:25.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:25 smithi071 bash[35187]: cluster 2024-01-16T06:03:24.002527+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:25.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:25 smithi071 bash[38584]: cluster 2024-01-16T06:03:24.002527+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:27.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:27 smithi134 bash[35280]: cluster 2024-01-16T06:03:26.003220+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:27 smithi071 bash[35187]: cluster 2024-01-16T06:03:26.003220+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:27.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:27 smithi071 bash[38584]: cluster 2024-01-16T06:03:26.003220+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:28.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:28 smithi134 bash[35280]: cluster 2024-01-16T06:03:28.003742+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:28.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:28 smithi071 bash[35187]: cluster 2024-01-16T06:03:28.003742+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:28.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:28 smithi071 bash[38584]: cluster 2024-01-16T06:03:28.003742+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:31.372 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:31 smithi134 bash[35280]: cluster 2024-01-16T06:03:30.004365+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:31.372 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:31 smithi134 bash[35280]: audit 2024-01-16T06:03:30.796535+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-16T06:03:31.372 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:31 smithi134 bash[35280]: audit 2024-01-16T06:03:30.800584+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-16T06:03:31.372 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:31 smithi134 bash[35280]: audit 2024-01-16T06:03:30.801427+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-16T06:03:31.372 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:31 smithi134 bash[35280]: audit 2024-01-16T06:03:30.802113+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:03:31.373 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:31 smithi134 bash[35280]: audit 2024-01-16T06:03:30.803096+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T06:03:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[35187]: cluster 2024-01-16T06:03:30.004365+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[35187]: audit 2024-01-16T06:03:30.796535+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-16T06:03:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[35187]: audit 2024-01-16T06:03:30.800584+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-16T06:03:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[35187]: audit 2024-01-16T06:03:30.801427+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-16T06:03:31.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[35187]: audit 2024-01-16T06:03:30.802113+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[35187]: audit 2024-01-16T06:03:30.803096+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[38584]: cluster 2024-01-16T06:03:30.004365+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[38584]: audit 2024-01-16T06:03:30.796535+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[38584]: audit 2024-01-16T06:03:30.800584+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[38584]: audit 2024-01-16T06:03:30.801427+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[38584]: audit 2024-01-16T06:03:30.802113+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:03:31.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:31 smithi071 bash[38584]: audit 2024-01-16T06:03:30.803096+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-16T06:03:31.701 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:31 smithi134 systemd[1]: Stopping Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:03:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:32 smithi071 bash[35187]: cephadm 2024-01-16T06:03:30.796071+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-16T06:03:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:32 smithi071 bash[35187]: cephadm 2024-01-16T06:03:30.796153+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-16T06:03:32.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:32 smithi071 bash[35187]: cephadm 2024-01-16T06:03:30.802704+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T06:03:32.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:32 smithi071 bash[38584]: cephadm 2024-01-16T06:03:30.796071+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-16T06:03:32.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:32 smithi071 bash[38584]: cephadm 2024-01-16T06:03:30.796153+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-16T06:03:32.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:32 smithi071 bash[38584]: cephadm 2024-01-16T06:03:30.802704+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T06:03:32.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:32 smithi134 bash[35280]: cephadm 2024-01-16T06:03:30.796071+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-16T06:03:32.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:32 smithi134 bash[35280]: cephadm 2024-01-16T06:03:30.796153+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-16T06:03:32.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:32 smithi134 bash[35280]: cephadm 2024-01-16T06:03:30.802704+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T06:03:33.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:33 smithi071 bash[35187]: cluster 2024-01-16T06:03:32.005052+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:33.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:33 smithi071 bash[38584]: cluster 2024-01-16T06:03:32.005052+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:33.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:33 smithi134 bash[35280]: cluster 2024-01-16T06:03:32.005052+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:35.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:35 smithi071 bash[35187]: cluster 2024-01-16T06:03:34.005556+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:35 smithi071 bash[38584]: cluster 2024-01-16T06:03:34.005556+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:35.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:35 smithi134 bash[35280]: cluster 2024-01-16T06:03:34.005556+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:37.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:37 smithi071 bash[35187]: cluster 2024-01-16T06:03:36.006278+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:37.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:37 smithi071 bash[38584]: cluster 2024-01-16T06:03:36.006278+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:37.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:37 smithi134 bash[35280]: cluster 2024-01-16T06:03:36.006278+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:39.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:39 smithi071 bash[35187]: cluster 2024-01-16T06:03:38.006812+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:39.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:39 smithi071 bash[38584]: cluster 2024-01-16T06:03:38.006812+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:39.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:39 smithi134 bash[35280]: cluster 2024-01-16T06:03:38.006812+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:41.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:41 smithi071 bash[35187]: cluster 2024-01-16T06:03:40.007388+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:41.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:41 smithi071 bash[38584]: cluster 2024-01-16T06:03:40.007388+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:41.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:41 smithi134 bash[35280]: cluster 2024-01-16T06:03:40.007388+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:42.038 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:41 smithi134 podman[49754]: time="2024-01-16T06:03:41Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-16T06:03:42.038 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:41 smithi134 podman[49754]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x 2024-01-16T06:03:42.087 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-01-16T06:03:42.420 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-16T06:03:42.420 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-16T06:03:42.420 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 systemd[1]: Stopped Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:03:42.420 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 systemd[1]: Starting Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:03:42.420 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 podman[49830]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x" found: no such container 2024-01-16T06:03:42.420 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 systemd[1]: Started Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:03:42.619 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (3m) 3m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 213017fd4410 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi134 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c fb4c42fd2683 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi134 running - - 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fe16ee8db8b4 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 19b078b162e8 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi134 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 490e16349f19 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1639f09cccc4 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (3m) 3m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 0dbf8421134a 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi134 running (3m) 3m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 e5c0b37bed31 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8bd7e2426857 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1c1a97fe35f7 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 00fe49923c45 2024-01-16T06:03:42.620 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d45cae9818b7 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi134 running (4m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5b830d680f1d 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi134 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5dba583ffc06 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi134 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 26da66619d75 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi134 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2f2c5c6a3c70 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi134 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf 42345bae3535 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.mwalzk smithi071 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e37dbabf2734 2024-01-16T06:03:42.621 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi134.ullpgi smithi134 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb81edf2ab16 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:03:42.911 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:03:42.912 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-01-16T06:03:42.912 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-16T06:03:42.912 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:03:42.912 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:03:43.180 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:03:43.181 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T06:03:43.181 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-01-16T06:03:43.181 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-01-16T06:03:43.181 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "" 2024-01-16T06:03:43.181 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:03:43.288 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:42 smithi134 bash[49846]: debug 2024-01-16T06:03:42.994+0000 7f00b9ce7680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T06:03:43.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[49846]: debug 2024-01-16T06:03:43.076+0000 7f00b9ce7680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T06:03:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[35280]: cluster 2024-01-16T06:03:42.007882+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[35280]: audit 2024-01-16T06:03:42.077899+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[35280]: audit 2024-01-16T06:03:42.316456+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:03:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[35280]: audit 2024-01-16T06:03:42.319246+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:03:43.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[35280]: audit 2024-01-16T06:03:42.319928+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:03:43.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[35280]: audit 2024-01-16T06:03:42.912000+0000 mon.a (mon.0) 803 : audit [DBG] from='client.? 172.21.15.71:0/752665862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:03:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[35187]: cluster 2024-01-16T06:03:42.007882+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[35187]: audit 2024-01-16T06:03:42.077899+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:43.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[38584]: cluster 2024-01-16T06:03:42.007882+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[38584]: audit 2024-01-16T06:03:42.077899+0000 mgr.y (mgr.14142) 293 : audit [DBG] from='client.24703 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:43.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[35187]: audit 2024-01-16T06:03:42.316456+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:03:43.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[35187]: audit 2024-01-16T06:03:42.319246+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:03:43.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[35187]: audit 2024-01-16T06:03:42.319928+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:03:43.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[35187]: audit 2024-01-16T06:03:42.912000+0000 mon.a (mon.0) 803 : audit [DBG] from='client.? 172.21.15.71:0/752665862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:03:43.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[38584]: audit 2024-01-16T06:03:42.316456+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:03:43.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[38584]: audit 2024-01-16T06:03:42.319246+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120620\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120748\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120780\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120827\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120856\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120886\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120915\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120945\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:00:38.120975\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:03:43.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[38584]: audit 2024-01-16T06:03:42.319928+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-16T06:03:43.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:43 smithi071 bash[38584]: audit 2024-01-16T06:03:42.912000+0000 mon.a (mon.0) 803 : audit [DBG] from='client.? 172.21.15.71:0/752665862' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:03:43.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:43 smithi134 bash[49846]: debug 2024-01-16T06:03:43.461+0000 7f00b9ce7680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T06:03:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:44 smithi071 bash[35187]: audit 2024-01-16T06:03:42.351115+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:44 smithi071 bash[35187]: audit 2024-01-16T06:03:42.617622+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:44 smithi071 bash[35187]: audit 2024-01-16T06:03:43.181542+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:44 smithi071 bash[38584]: audit 2024-01-16T06:03:42.351115+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:44 smithi071 bash[38584]: audit 2024-01-16T06:03:42.617622+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:44 smithi071 bash[38584]: audit 2024-01-16T06:03:43.181542+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.480 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:44 smithi134 bash[49846]: debug 2024-01-16T06:03:44.223+0000 7f00b9ce7680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T06:03:44.480 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:44 smithi134 bash[49846]: debug 2024-01-16T06:03:44.307+0000 7f00b9ce7680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T06:03:44.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:44 smithi134 bash[35280]: audit 2024-01-16T06:03:42.351115+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.24709 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:44 smithi134 bash[35280]: audit 2024-01-16T06:03:42.617622+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.480 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:44 smithi134 bash[35280]: audit 2024-01-16T06:03:43.181542+0000 mgr.y (mgr.14142) 296 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:03:44.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:44 smithi134 bash[49846]: debug 2024-01-16T06:03:44.533+0000 7f00b9ce7680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T06:03:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:45 smithi071 bash[35187]: cluster 2024-01-16T06:03:44.008541+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:45.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:45 smithi071 bash[38584]: cluster 2024-01-16T06:03:44.008541+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:45.497 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:45 smithi134 bash[35280]: cluster 2024-01-16T06:03:44.008541+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:45.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:45 smithi134 bash[49846]: debug 2024-01-16T06:03:45.498+0000 7f00b9ce7680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T06:03:45.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:45 smithi134 bash[49846]: debug 2024-01-16T06:03:45.629+0000 7f00b9ce7680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:03:45.789 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:45 smithi134 bash[49846]: debug 2024-01-16T06:03:45.709+0000 7f00b9ce7680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T06:03:46.117 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:45 smithi134 bash[49846]: debug 2024-01-16T06:03:45.815+0000 7f00b9ce7680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T06:03:46.118 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:46 smithi134 bash[49846]: debug 2024-01-16T06:03:46.044+0000 7f00b9ce7680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T06:03:46.455 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:46 smithi134 bash[49846]: debug 2024-01-16T06:03:46.347+0000 7f00b9ce7680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T06:03:46.455 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:46 smithi134 bash[49846]: debug 2024-01-16T06:03:46.455+0000 7f00b9ce7680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T06:03:47.410 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[35280]: cluster 2024-01-16T06:03:46.009123+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:47.410 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[49846]: debug 2024-01-16T06:03:47.236+0000 7f00b9ce7680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T06:03:47.410 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[49846]: debug 2024-01-16T06:03:47.320+0000 7f00b9ce7680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T06:03:47.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:47 smithi071 bash[35187]: cluster 2024-01-16T06:03:46.009123+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:47.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:47 smithi071 bash[38584]: cluster 2024-01-16T06:03:46.009123+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:47.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[49846]: debug 2024-01-16T06:03:47.410+0000 7f00b9ce7680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T06:03:47.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[49846]: debug 2024-01-16T06:03:47.584+0000 7f00b9ce7680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T06:03:48.105 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[49846]: debug 2024-01-16T06:03:47.845+0000 7f00b9ce7680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T06:03:48.105 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:47 smithi134 bash[49846]: debug 2024-01-16T06:03:47.974+0000 7f00b9ce7680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T06:03:48.105 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[49846]: debug 2024-01-16T06:03:48.106+0000 7f00b9ce7680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:03:48.367 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[49846]: debug 2024-01-16T06:03:48.283+0000 7f00b9ce7680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T06:03:48.367 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[49846]: debug 2024-01-16T06:03:48.367+0000 7f00b9ce7680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: audit 2024-01-16T06:03:47.189777+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188269\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188366\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T06:03:42.313809\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188405\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188451\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188491\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188526\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188602\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188686\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188769\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188814\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:03:47.188922\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: audit 2024-01-16T06:03:47.193059+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188269\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188366\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T06:03:42.313809\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188405\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188451\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188491\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188526\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188602\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188686\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188769\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188814\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:03:47.188922\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: cephadm 2024-01-16T06:03:47.195298+0000 mgr.y (mgr.14142) 299 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: audit 2024-01-16T06:03:47.195562+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: cephadm 2024-01-16T06:03:47.196409+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: cephadm 2024-01-16T06:03:47.196532+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: cephadm 2024-01-16T06:03:47.198523+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: audit 2024-01-16T06:03:47.198958+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-16T06:03:48.368 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:48 smithi134 bash[35280]: cluster 2024-01-16T06:03:47.204705+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-16T06:03:48.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35422]: debug 2024-01-16T06:03:48.193+0000 7fab8fa76700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-16T06:03:48.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35422]: ignoring --setuser ceph since I am not root 2024-01-16T06:03:48.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35422]: ignoring --setgroup ceph since I am not root 2024-01-16T06:03:48.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: audit 2024-01-16T06:03:47.189777+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188269\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188366\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T06:03:42.313809\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188405\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188451\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188491\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188526\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188602\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188686\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188769\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188814\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:03:47.188922\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:03:48.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: audit 2024-01-16T06:03:47.189777+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188269\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188366\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T06:03:42.313809\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188405\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188451\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188491\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188526\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188602\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188686\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188769\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188814\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:03:47.188922\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]: dispatch 2024-01-16T06:03:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: audit 2024-01-16T06:03:47.193059+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188269\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188366\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T06:03:42.313809\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188405\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188451\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188491\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188526\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188602\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188686\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188769\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188814\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:03:47.188922\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:03:48.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: cephadm 2024-01-16T06:03:47.195298+0000 mgr.y (mgr.14142) 299 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: audit 2024-01-16T06:03:47.195562+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: cephadm 2024-01-16T06:03:47.196409+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: cephadm 2024-01-16T06:03:47.196532+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: cephadm 2024-01-16T06:03:47.198523+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: audit 2024-01-16T06:03:47.198958+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[38584]: cluster 2024-01-16T06:03:47.204705+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: audit 2024-01-16T06:03:47.193059+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188269\", \"created\": \"2024-01-16T05:57:16.977091\", \"started\": \"2024-01-16T05:57:17.005156\"}, \"mgr.x\": {\"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188366\", \"created\": \"2024-01-16T05:57:32.418705\", \"started\": \"2024-01-16T06:03:42.313809\"}, \"osd.4\": {\"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188405\", \"created\": \"2024-01-16T05:58:36.276122\", \"started\": \"2024-01-16T05:58:49.318321\"}, \"osd.5\": {\"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188451\", \"created\": \"2024-01-16T05:58:49.574794\", \"started\": \"2024-01-16T05:59:03.907915\"}, \"osd.6\": {\"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188491\", \"created\": \"2024-01-16T05:59:04.262431\", \"started\": \"2024-01-16T05:59:18.216893\"}, \"osd.7\": {\"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188526\", \"created\": \"2024-01-16T05:59:18.621077\", \"started\": \"2024-01-16T05:59:19.934937\"}, \"prometheus.a\": {\"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188602\", \"created\": \"2024-01-16T05:59:42.386491\", \"started\": \"2024-01-16T06:00:25.042692\"}, \"node-exporter.b\": {\"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188686\", \"created\": \"2024-01-16T05:59:44.191447\", \"started\": \"2024-01-16T05:59:52.080054\"}, \"grafana.a\": {\"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188769\", \"created\": \"2024-01-16T06:00:16.099660\", \"started\": \"2024-01-16T06:00:16.218733\"}, \"rgw.r.z.smithi134.ullpgi\": {\"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-16T06:03:47.188814\", \"created\": \"2024-01-16T06:00:33.259237\", \"started\": \"2024-01-16T06:00:33.289621\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679\"}}, \"last_daemon_update\": \"2024-01-16T06:03:47.188922\", \"last_device_update\": \"2024-01-16T05:59:21.249591\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.134\"]}, \"last_host_check\": \"2024-01-16T05:56:58.500150\"}"}]': finished 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: cephadm 2024-01-16T06:03:47.195298+0000 mgr.y (mgr.14142) 299 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: audit 2024-01-16T06:03:47.195562+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: cephadm 2024-01-16T06:03:47.196409+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-16T06:03:48.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: cephadm 2024-01-16T06:03:47.196532+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-16T06:03:48.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: cephadm 2024-01-16T06:03:47.198523+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-16T06:03:48.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: audit 2024-01-16T06:03:47.198958+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-16T06:03:48.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:48 smithi071 bash[35187]: cluster 2024-01-16T06:03:47.204705+0000 mon.a (mon.0) 808 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: audit 2024-01-16T06:03:48.196432+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: cluster 2024-01-16T06:03:48.196513+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e15: x(active, starting, since 0.99707s) 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: cluster 2024-01-16T06:03:48.382119+0000 mon.a (mon.0) 811 : cluster [INF] Active manager daemon x restarted 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: audit 2024-01-16T06:03:48.382556+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: cluster 2024-01-16T06:03:48.382872+0000 mon.a (mon.0) 812 : cluster [INF] Activating manager daemon x 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: audit 2024-01-16T06:03:48.383119+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: cluster 2024-01-16T06:03:48.385479+0000 mon.a (mon.0) 813 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: audit 2024-01-16T06:03:48.385713+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:03:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:49 smithi134 bash[35280]: audit 2024-01-16T06:03:48.386084+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: audit 2024-01-16T06:03:48.196432+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: cluster 2024-01-16T06:03:48.196513+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e15: x(active, starting, since 0.99707s) 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: cluster 2024-01-16T06:03:48.382119+0000 mon.a (mon.0) 811 : cluster [INF] Active manager daemon x restarted 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: audit 2024-01-16T06:03:48.382556+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: cluster 2024-01-16T06:03:48.382872+0000 mon.a (mon.0) 812 : cluster [INF] Activating manager daemon x 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: audit 2024-01-16T06:03:48.383119+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: cluster 2024-01-16T06:03:48.385479+0000 mon.a (mon.0) 813 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: audit 2024-01-16T06:03:48.385713+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:03:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[35187]: audit 2024-01-16T06:03:48.386084+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: audit 2024-01-16T06:03:48.196432+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14142 172.21.15.71:0/3765790293' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: cluster 2024-01-16T06:03:48.196513+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e15: x(active, starting, since 0.99707s) 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: cluster 2024-01-16T06:03:48.382119+0000 mon.a (mon.0) 811 : cluster [INF] Active manager daemon x restarted 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: audit 2024-01-16T06:03:48.382556+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: cluster 2024-01-16T06:03:48.382872+0000 mon.a (mon.0) 812 : cluster [INF] Activating manager daemon x 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: audit 2024-01-16T06:03:48.383119+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: cluster 2024-01-16T06:03:48.385479+0000 mon.a (mon.0) 813 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: audit 2024-01-16T06:03:48.385713+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:03:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:49 smithi071 bash[38584]: audit 2024-01-16T06:03:48.386084+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:50.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:50 smithi134 bash[35280]: cluster 2024-01-16T06:03:49.206164+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e16: x(active, starting, since 0.82352s) 2024-01-16T06:03:50.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:50 smithi071 bash[35187]: cluster 2024-01-16T06:03:49.206164+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e16: x(active, starting, since 0.82352s) 2024-01-16T06:03:50.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:50 smithi071 bash[38584]: cluster 2024-01-16T06:03:49.206164+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e16: x(active, starting, since 0.82352s) 2024-01-16T06:03:52.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:51 smithi071 bash[35187]: cluster 2024-01-16T06:03:51.775227+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2024-01-16T06:03:52.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:51 smithi071 bash[35187]: audit 2024-01-16T06:03:51.775990+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.? 172.21.15.71:0/1488885710' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:52.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:51 smithi071 bash[35187]: audit 2024-01-16T06:03:51.777037+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.? 172.21.15.71:0/1488885710' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:52.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:51 smithi071 bash[38584]: cluster 2024-01-16T06:03:51.775227+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2024-01-16T06:03:52.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:51 smithi071 bash[38584]: audit 2024-01-16T06:03:51.775990+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.? 172.21.15.71:0/1488885710' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:52.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:51 smithi071 bash[38584]: audit 2024-01-16T06:03:51.777037+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.? 172.21.15.71:0/1488885710' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:52.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:51 smithi134 bash[35280]: cluster 2024-01-16T06:03:51.775227+0000 mon.a (mon.0) 815 : cluster [DBG] Standby manager daemon y started 2024-01-16T06:03:52.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:51 smithi134 bash[35280]: audit 2024-01-16T06:03:51.775990+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.? 172.21.15.71:0/1488885710' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:52.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:51 smithi134 bash[35280]: audit 2024-01-16T06:03:51.777037+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.? 172.21.15.71:0/1488885710' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:53.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:52 smithi071 bash[38584]: cluster 2024-01-16T06:03:51.833267+0000 mon.a (mon.0) 818 : cluster [DBG] mgrmap e17: x(active, starting, since 3s), standbys: y 2024-01-16T06:03:53.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:52 smithi071 bash[38584]: audit 2024-01-16T06:03:51.836121+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:03:53.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:52 smithi071 bash[38584]: audit 2024-01-16T06:03:51.836231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:03:53.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:52 smithi071 bash[35187]: cluster 2024-01-16T06:03:51.833267+0000 mon.a (mon.0) 818 : cluster [DBG] mgrmap e17: x(active, starting, since 3s), standbys: y 2024-01-16T06:03:53.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:52 smithi071 bash[35187]: audit 2024-01-16T06:03:51.836121+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:03:53.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:52 smithi071 bash[35187]: audit 2024-01-16T06:03:51.836231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:03:53.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:52 smithi134 bash[35280]: cluster 2024-01-16T06:03:51.833267+0000 mon.a (mon.0) 818 : cluster [DBG] mgrmap e17: x(active, starting, since 3s), standbys: y 2024-01-16T06:03:53.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:52 smithi134 bash[35280]: audit 2024-01-16T06:03:51.836121+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:03:53.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:52 smithi134 bash[35280]: audit 2024-01-16T06:03:51.836231+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:03:55.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[49846]: Warning: Permanently added '172.21.15.71' (ECDSA) to the list of known hosts. 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.208669+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.208926+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.209154+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.210507+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.210853+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.211156+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:03:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.211477+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.211742+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.211983+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.212213+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.212456+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.213434+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.213656+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.214094+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.214905+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.215694+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.216008+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.216345+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.216675+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.216984+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:03:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.217272+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.217586+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.217900+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.218211+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.218507+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.218832+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.219116+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.219447+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.219760+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.220076+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.220356+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.220654+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.220941+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.221224+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.221498+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:03:55.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: audit 2024-01-16T06:03:55.221796+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:03:55.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:55 smithi134 bash[35280]: cluster 2024-01-16T06:03:55.248417+0000 mon.a (mon.0) 819 : cluster [INF] Manager daemon x is now available 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.208669+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.208926+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.209154+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.210507+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.210853+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.211156+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:03:55.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.211477+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.211742+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.211983+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.212213+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.212456+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.213434+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.213656+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.214094+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.214905+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.215694+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.216008+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:03:55.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.216345+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.208669+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.208926+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.209154+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.210507+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.210853+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.211156+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.211477+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.211742+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.211983+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.212213+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.212456+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.213434+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.213656+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.214094+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:03:55.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.214905+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.215694+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.216008+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.216345+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.216675+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.216984+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.217272+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.217586+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.217900+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:03:55.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.218211+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.218507+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.218832+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.219116+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.219447+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.219760+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.220076+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.220356+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.220654+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.220941+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.221224+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.221498+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: audit 2024-01-16T06:03:55.221796+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:03:55.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[35187]: cluster 2024-01-16T06:03:55.248417+0000 mon.a (mon.0) 819 : cluster [INF] Manager daemon x is now available 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.216675+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.216984+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.217272+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.217586+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.217900+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.218211+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.218507+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.218832+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.219116+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.219447+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:03:55.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.219760+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.220076+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.220356+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.220654+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.220941+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.221224+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.221498+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: audit 2024-01-16T06:03:55.221796+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:03:55.697 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:55 smithi071 bash[38584]: cluster 2024-01-16T06:03:55.248417+0000 mon.a (mon.0) 819 : cluster [INF] Manager daemon x is now available 2024-01-16T06:03:56.521 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: cephadm 2024-01-16T06:03:55.259413+0000 mgr.x (mgr.24677) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.259836+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.260211+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.271157+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: cephadm 2024-01-16T06:03:55.275436+0000 mgr.x (mgr.24677) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.275709+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.276054+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.283398+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: cluster 2024-01-16T06:03:55.311091+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: cluster 2024-01-16T06:03:55.315309+0000 mgr.x (mgr.24677) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.375300+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-16T06:03:56.522 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.375767+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: cephadm 2024-01-16T06:03:55.259413+0000 mgr.x (mgr.24677) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.259836+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.260211+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.271157+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: cephadm 2024-01-16T06:03:55.275436+0000 mgr.x (mgr.24677) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.275709+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.276054+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.283398+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: cluster 2024-01-16T06:03:55.311091+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: cluster 2024-01-16T06:03:55.315309+0000 mgr.x (mgr.24677) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.375300+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-16T06:03:56.523 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.375767+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.379330+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.380727+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.382018+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.414829+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.415169+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.419199+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[35187]: audit 2024-01-16T06:03:55.419583+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.379330+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-16T06:03:56.524 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.380727+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:56.525 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.382018+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:56.525 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.414829+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:03:56.525 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.415169+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:03:56.525 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.419199+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T06:03:56.525 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:56 smithi071 bash[38584]: audit 2024-01-16T06:03:55.419583+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: cephadm 2024-01-16T06:03:55.259413+0000 mgr.x (mgr.24677) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.259836+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.260211+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.271157+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"smithi134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: cephadm 2024-01-16T06:03:55.275436+0000 mgr.x (mgr.24677) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.275709+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.276054+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.283398+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: cluster 2024-01-16T06:03:55.311091+0000 mon.a (mon.0) 824 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: cluster 2024-01-16T06:03:55.315309+0000 mgr.x (mgr.24677) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:56.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.375300+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.375767+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.379330+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.380727+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.382018+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.414829+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.415169+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:03:56.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.419199+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T06:03:56.543 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:56 smithi134 bash[35280]: audit 2024-01-16T06:03:55.419583+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-16T06:03:58.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:58 smithi071 bash[35187]: cluster 2024-01-16T06:03:57.213814+0000 mgr.x (mgr.24677) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:58.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:03:58 smithi071 bash[35187]: cluster 2024-01-16T06:03:57.311882+0000 mon.a (mon.0) 829 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-16T06:03:58.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:58 smithi071 bash[38584]: cluster 2024-01-16T06:03:57.213814+0000 mgr.x (mgr.24677) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:58.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:03:58 smithi071 bash[38584]: cluster 2024-01-16T06:03:57.311882+0000 mon.a (mon.0) 829 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-16T06:03:58.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:58 smithi134 bash[35280]: cluster 2024-01-16T06:03:57.213814+0000 mgr.x (mgr.24677) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:03:58.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:03:58 smithi134 bash[35280]: cluster 2024-01-16T06:03:57.311882+0000 mon.a (mon.0) 829 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-16T06:04:00.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:00 smithi071 bash[35187]: cluster 2024-01-16T06:03:59.214401+0000 mgr.x (mgr.24677) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:00.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:00 smithi071 bash[38584]: cluster 2024-01-16T06:03:59.214401+0000 mgr.x (mgr.24677) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:00.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:00 smithi134 bash[35280]: cluster 2024-01-16T06:03:59.214401+0000 mgr.x (mgr.24677) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:02.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:02 smithi071 bash[35187]: cluster 2024-01-16T06:04:01.215119+0000 mgr.x (mgr.24677) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:02.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:02 smithi071 bash[38584]: cluster 2024-01-16T06:04:01.215119+0000 mgr.x (mgr.24677) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:02.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:02 smithi134 bash[35280]: cluster 2024-01-16T06:04:01.215119+0000 mgr.x (mgr.24677) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:04.581 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:04 smithi071 bash[38584]: cluster 2024-01-16T06:04:03.215707+0000 mgr.x (mgr.24677) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:04.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:04 smithi071 bash[35187]: cluster 2024-01-16T06:04:03.215707+0000 mgr.x (mgr.24677) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:04.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:04 smithi134 bash[35280]: cluster 2024-01-16T06:04:03.215707+0000 mgr.x (mgr.24677) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:05.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:04 smithi134 bash[49846]: Warning: Permanently added 'smithi134,172.21.15.134' (ECDSA) to the list of known hosts. 2024-01-16T06:04:05.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.932774+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T06:04:05.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.933416+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T06:04:05.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.936948+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-16T06:04:05.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.939278+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-16T06:04:05.685 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.939560+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.945393+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]': finished 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:04.948780+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[35187]: audit 2024-01-16T06:04:05.223752+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.932774+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.933416+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.936948+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.939278+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.939560+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.945393+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]': finished 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:04.948780+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:05.686 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:05 smithi071 bash[38584]: audit 2024-01-16T06:04:05.223752+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:05.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.932774+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T06:04:05.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.933416+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-16T06:04:05.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.936948+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-16T06:04:05.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.939278+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-16T06:04:05.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.939560+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-16T06:04:05.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.945393+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]': finished 2024-01-16T06:04:05.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:04.948780+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:05.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:05 smithi134 bash[35280]: audit 2024-01-16T06:04:05.223752+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:06.579 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:06 smithi134 bash[35280]: cluster 2024-01-16T06:04:05.216107+0000 mgr.x (mgr.24677) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:06.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:06 smithi071 bash[35187]: cluster 2024-01-16T06:04:05.216107+0000 mgr.x (mgr.24677) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:06.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:06 smithi071 bash[38584]: cluster 2024-01-16T06:04:05.216107+0000 mgr.x (mgr.24677) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:08.211 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: cluster 2024-01-16T06:04:07.216755+0000 mgr.x (mgr.24677) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:08.211 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.549299+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.550105+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.553478+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.853770+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.854108+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.854362+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.854591+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.854830+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.855047+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.855262+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.855473+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.212 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:08 smithi134 bash[35280]: audit 2024-01-16T06:04:07.855727+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: cluster 2024-01-16T06:04:07.216755+0000 mgr.x (mgr.24677) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:08.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: cluster 2024-01-16T06:04:07.216755+0000 mgr.x (mgr.24677) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:08.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.549299+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:08.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.549299+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.550105+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.553478+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.853770+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.854108+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.854362+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.854591+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.854830+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.855047+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.855262+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.855473+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[38584]: audit 2024-01-16T06:04:07.855727+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.550105+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.553478+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.853770+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.854108+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.854362+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.854591+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.854830+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.855047+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.855262+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:08.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.855473+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:08.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:08 smithi071 bash[35187]: audit 2024-01-16T06:04:07.855727+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:08.822584+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:08.823252+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:08.826838+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.110372+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.110707+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.110949+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.111176+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.111426+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.111686+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.111922+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.112145+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.112383+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.113465+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:09.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.113953+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:09.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.116786+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:09.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.122180+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:09.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.122773+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:09.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.123225+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:09.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:09 smithi134 bash[35280]: audit 2024-01-16T06:04:09.123974+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:04:09.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:08.822584+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:09.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:08.823252+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:08.826838+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.110372+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.110707+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.110949+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.111176+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.111426+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.111686+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.111922+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.112145+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.112383+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.113465+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.113953+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.116786+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.122180+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:09.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.122773+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:09.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.123225+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:09.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[35187]: audit 2024-01-16T06:04:09.123974+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:08.822584+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:08.823252+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:08.826838+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:14.644817Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.110372+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.110707+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.110949+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.111176+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.111426+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.111686+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.111922+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.112145+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.112383+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.113465+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.113953+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.116786+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.122180+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.122773+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.123225+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:09.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:09 smithi071 bash[38584]: audit 2024-01-16T06:04:09.123974+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:04:10.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: cephadm 2024-01-16T06:04:09.121937+0000 mgr.x (mgr.24677) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-16T06:04:10.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: cephadm 2024-01-16T06:04:09.123653+0000 mgr.x (mgr.24677) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-01-16T06:04:10.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: cluster 2024-01-16T06:04:09.217262+0000 mgr.x (mgr.24677) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.958312+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.958904+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.961840+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.963448+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.964161+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.964823+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:10.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[38584]: audit 2024-01-16T06:04:09.965875+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: cephadm 2024-01-16T06:04:09.121937+0000 mgr.x (mgr.24677) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: cephadm 2024-01-16T06:04:09.123653+0000 mgr.x (mgr.24677) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: cluster 2024-01-16T06:04:09.217262+0000 mgr.x (mgr.24677) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.958312+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.958904+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.961840+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.963448+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:10.412 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.964161+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:10.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.964823+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:10.413 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:10 smithi071 bash[35187]: audit 2024-01-16T06:04:09.965875+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:04:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: cephadm 2024-01-16T06:04:09.121937+0000 mgr.x (mgr.24677) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-16T06:04:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: cephadm 2024-01-16T06:04:09.123653+0000 mgr.x (mgr.24677) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-01-16T06:04:10.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: cluster 2024-01-16T06:04:09.217262+0000 mgr.x (mgr.24677) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:10.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.958312+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:10.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.958904+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:10.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.961840+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:04.493565Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:10.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.963448+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:10.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.964161+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:10.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.964823+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:10.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:10 smithi134 bash[35280]: audit 2024-01-16T06:04:09.965875+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:04:11.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[35187]: cephadm 2024-01-16T06:04:09.963179+0000 mgr.x (mgr.24677) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T06:04:11.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[35187]: cephadm 2024-01-16T06:04:09.965463+0000 mgr.x (mgr.24677) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-01-16T06:04:11.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[38584]: cephadm 2024-01-16T06:04:09.963179+0000 mgr.x (mgr.24677) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T06:04:11.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[38584]: cephadm 2024-01-16T06:04:09.965463+0000 mgr.x (mgr.24677) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-01-16T06:04:11.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[35187]: audit 2024-01-16T06:04:10.784922+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:11.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[38584]: audit 2024-01-16T06:04:10.784922+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:11.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[35187]: audit 2024-01-16T06:04:10.785778+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:11.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[35187]: audit 2024-01-16T06:04:10.788736+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:11.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[35187]: cephadm 2024-01-16T06:04:10.791034+0000 mgr.x (mgr.24677) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T06:04:11.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[38584]: audit 2024-01-16T06:04:10.785778+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:11.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[38584]: audit 2024-01-16T06:04:10.788736+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:11.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:11 smithi071 bash[38584]: cephadm 2024-01-16T06:04:10.791034+0000 mgr.x (mgr.24677) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T06:04:11.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:11 smithi134 bash[35280]: cephadm 2024-01-16T06:04:09.963179+0000 mgr.x (mgr.24677) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T06:04:11.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:11 smithi134 bash[35280]: cephadm 2024-01-16T06:04:09.965463+0000 mgr.x (mgr.24677) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-01-16T06:04:11.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:11 smithi134 bash[35280]: audit 2024-01-16T06:04:10.784922+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:11.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:11 smithi134 bash[35280]: audit 2024-01-16T06:04:10.785778+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:11.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:11 smithi134 bash[35280]: audit 2024-01-16T06:04:10.788736+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"213017fd4410\", \"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\": 17867735, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547844Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:00:22.833639Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-16T06:00:19.908894Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:07.548038Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:11.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:11 smithi134 bash[35280]: cephadm 2024-01-16T06:04:10.791034+0000 mgr.x (mgr.24677) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-16T06:04:12.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:12 smithi071 bash[35187]: cephadm 2024-01-16T06:04:10.801993+0000 mgr.x (mgr.24677) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-01-16T06:04:12.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:12 smithi071 bash[35187]: cluster 2024-01-16T06:04:11.218018+0000 mgr.x (mgr.24677) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:12.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:12 smithi071 bash[38584]: cephadm 2024-01-16T06:04:10.801993+0000 mgr.x (mgr.24677) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-01-16T06:04:12.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:12 smithi071 bash[38584]: cluster 2024-01-16T06:04:11.218018+0000 mgr.x (mgr.24677) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:12.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:12 smithi134 bash[35280]: cephadm 2024-01-16T06:04:10.801993+0000 mgr.x (mgr.24677) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-01-16T06:04:12.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:12 smithi134 bash[35280]: cluster 2024-01-16T06:04:11.218018+0000 mgr.x (mgr.24677) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:13.520 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-01-16T06:04:14.159 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T06:04:14.159 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (3m) 6s ago 4m 17.0M - 0.26.0 9f27df16978d 213017fd4410 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi134 running (3m) 5s ago 3m 30.5M - 6.6.2 87a51ecf0b1c fb4c42fd2683 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi134 running (31s) 5s ago 6m 426M - 16.2.14-449-ga70aebef 377ff36742d8 042f3d9fe8fe 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (8m) 6s ago 8m 307M - 15.2.0 204a01f9b0b6 fe16ee8db8b4 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (8m) 6s ago 8m 195M 2048M 15.2.0 204a01f9b0b6 19b078b162e8 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi134 running (6m) 5s ago 6m 189M 2048M 15.2.0 204a01f9b0b6 490e16349f19 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (7m) 6s ago 7m 190M 2048M 15.2.0 204a01f9b0b6 1639f09cccc4 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (4m) 6s ago 4m 9034k - 1.7.0 72c9c2088986 0dbf8421134a 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi134 running (4m) 5s ago 4m 13.4M - 1.7.0 72c9c2088986 e5c0b37bed31 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (6m) 6s ago 6m 73.6M 4096M 15.2.0 204a01f9b0b6 8bd7e2426857 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (6m) 6s ago 6m 73.0M 4096M 15.2.0 204a01f9b0b6 1c1a97fe35f7 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (5m) 6s ago 6m 61.2M 4096M 15.2.0 204a01f9b0b6 00fe49923c45 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (5m) 6s ago 5m 77.6M 4096M 15.2.0 204a01f9b0b6 d45cae9818b7 2024-01-16T06:04:14.160 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi134 running (5m) 5s ago 5m 75.0M 4096M 15.2.0 204a01f9b0b6 5b830d680f1d 2024-01-16T06:04:14.161 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi134 running (5m) 5s ago 5m 68.7M 4096M 15.2.0 204a01f9b0b6 5dba583ffc06 2024-01-16T06:04:14.161 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi134 running (4m) 5s ago 5m 64.1M 4096M 15.2.0 204a01f9b0b6 26da66619d75 2024-01-16T06:04:14.161 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi134 running (4m) 5s ago 4m 73.7M 4096M 15.2.0 204a01f9b0b6 2f2c5c6a3c70 2024-01-16T06:04:14.161 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi134 running (3m) 5s ago 4m 27.7M - 2.49.1 2a72b385beaf 42345bae3535 2024-01-16T06:04:14.161 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.mwalzk smithi071 running (3m) 6s ago 3m 53.2M - 15.2.0 204a01f9b0b6 e37dbabf2734 2024-01-16T06:04:14.161 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi134.ullpgi smithi134 running (3m) 5s ago 3m 53.0M - 15.2.0 204a01f9b0b6 fb81edf2ab16 2024-01-16T06:04:14.334 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: cluster 2024-01-16T06:04:13.218437+0000 mgr.x (mgr.24677) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:13.510173+0000 mgr.x (mgr.24677) 19 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.150908+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.151311+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.151659+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.151988+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.152328+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.152653+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.154566+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.154894+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.155213+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.155505+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[38584]: audit 2024-01-16T06:04:14.155834+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: cluster 2024-01-16T06:04:13.218437+0000 mgr.x (mgr.24677) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:13.510173+0000 mgr.x (mgr.24677) 19 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.150908+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.151311+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.151659+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.151988+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.152328+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.152653+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.154566+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.154894+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.155213+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.155505+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.336 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:14 smithi071 bash[35187]: audit 2024-01-16T06:04:14.155834+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: cluster 2024-01-16T06:04:13.218437+0000 mgr.x (mgr.24677) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:13.510173+0000 mgr.x (mgr.24677) 19 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.150908+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.151311+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.151659+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.151988+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.152328+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.152653+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.154566+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:14.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.154894+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.155213+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.155505+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:14 smithi134 bash[35280]: audit 2024-01-16T06:04:14.155834+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:14.554 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:04:14.554 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-01-16T06:04:14.554 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T06:04:14.554 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:14.554 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-01-16T06:04:14.555 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-16T06:04:14.556 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-16T06:04:14.556 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:04:14.556 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:04:14.870 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "in_progress": true, 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "services_complete": [], 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "progress": "", 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "message": "", 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout: "is_paused": false 2024-01-16T06:04:14.871 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:04:15.272 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 systemd[1]: Stopping Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:15.272 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[54587]: ts=2024-01-16T06:04:15.246Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-16T06:04:15.532 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[35187]: audit 2024-01-16T06:04:13.817247+0000 mgr.x (mgr.24677) 20 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:15.532 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[35187]: audit 2024-01-16T06:04:14.148728+0000 mgr.x (mgr.24677) 21 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:15.532 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[35187]: audit 2024-01-16T06:04:14.555346+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.71:0/758481298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:04:15.532 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[38584]: audit 2024-01-16T06:04:13.817247+0000 mgr.x (mgr.24677) 20 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:15.532 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[38584]: audit 2024-01-16T06:04:14.148728+0000 mgr.x (mgr.24677) 21 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:15.532 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:15 smithi071 bash[38584]: audit 2024-01-16T06:04:14.555346+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.71:0/758481298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:04:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:15 smithi134 bash[35280]: audit 2024-01-16T06:04:13.817247+0000 mgr.x (mgr.24677) 20 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:15 smithi134 bash[35280]: audit 2024-01-16T06:04:14.148728+0000 mgr.x (mgr.24677) 21 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:15.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:15 smithi134 bash[35280]: audit 2024-01-16T06:04:14.555346+0000 mon.a (mon.0) 844 : audit [DBG] from='client.? 172.21.15.71:0/758481298' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:04:15.902 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 podman[59608]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-alertmanager.a 2024-01-16T06:04:15.902 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-16T06:04:15.902 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 systemd[1]: Stopped Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:04:15.903 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 systemd[1]: Starting Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:15.903 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 podman[59649]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-alertmanager.a" found: no such container 2024-01-16T06:04:15.903 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:15 smithi071 systemd[1]: Started Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.057Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.057Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.058Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.059Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.081Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.081Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-16T06:04:16.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.084Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-16T06:04:16.192 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[59665]: ts=2024-01-16T06:04:16.084Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-16T06:04:16.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:14.871673+0000 mgr.x (mgr.24677) 22 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: cluster 2024-01-16T06:04:15.218845+0000 mgr.x (mgr.24677) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.698027+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.698627+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.701558+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: cephadm 2024-01-16T06:04:15.703252+0000 mgr.x (mgr.24677) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.703508+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.704238+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:16.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.704917+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:16.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: cephadm 2024-01-16T06:04:15.705499+0000 mgr.x (mgr.24677) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-01-16T06:04:16.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:16 smithi134 bash[35280]: audit 2024-01-16T06:04:15.706037+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:04:16.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:14.871673+0000 mgr.x (mgr.24677) 22 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:16.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: cluster 2024-01-16T06:04:15.218845+0000 mgr.x (mgr.24677) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:16.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:14.871673+0000 mgr.x (mgr.24677) 22 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:16.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: cluster 2024-01-16T06:04:15.218845+0000 mgr.x (mgr.24677) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:16.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.698027+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:16.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.698027+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:16.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.698627+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:16.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.698627+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:16.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.701558+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:16.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: cephadm 2024-01-16T06:04:15.703252+0000 mgr.x (mgr.24677) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T06:04:16.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.703508+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:16.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.701558+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"fe16ee8db8b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 322751692, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547378Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T05:56:07.846736Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:33.069992Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:16.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: cephadm 2024-01-16T06:04:15.703252+0000 mgr.x (mgr.24677) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.703508+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.704238+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.704917+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: cephadm 2024-01-16T06:04:15.705499+0000 mgr.x (mgr.24677) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[35187]: audit 2024-01-16T06:04:15.706037+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.704238+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.704917+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: cephadm 2024-01-16T06:04:15.705499+0000 mgr.x (mgr.24677) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-01-16T06:04:16.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:16 smithi071 bash[38584]: audit 2024-01-16T06:04:15.706037+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:04:17.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[35187]: audit 2024-01-16T06:04:16.523522+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:17.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[38584]: audit 2024-01-16T06:04:16.523522+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:17.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[35187]: audit 2024-01-16T06:04:16.524008+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:17.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[35187]: audit 2024-01-16T06:04:16.529599+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:17.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[35187]: cephadm 2024-01-16T06:04:16.530824+0000 mgr.x (mgr.24677) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T06:04:17.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[35187]: cephadm 2024-01-16T06:04:16.537942+0000 mgr.x (mgr.24677) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi134 2024-01-16T06:04:17.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[38584]: audit 2024-01-16T06:04:16.524008+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:17.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[38584]: audit 2024-01-16T06:04:16.529599+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:17.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[38584]: cephadm 2024-01-16T06:04:16.530824+0000 mgr.x (mgr.24677) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T06:04:17.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:17 smithi071 bash[38584]: cephadm 2024-01-16T06:04:16.537942+0000 mgr.x (mgr.24677) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi134 2024-01-16T06:04:17.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:17 smithi134 bash[35280]: audit 2024-01-16T06:04:16.523522+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:17.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:17 smithi134 bash[35280]: audit 2024-01-16T06:04:16.524008+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:17 smithi134 bash[35280]: audit 2024-01-16T06:04:16.529599+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"42345bae3535\", \"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\": 29097984, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821135Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:00:25.042692Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:00:22.740498Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:08.821459Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:17 smithi134 bash[35280]: cephadm 2024-01-16T06:04:16.530824+0000 mgr.x (mgr.24677) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-16T06:04:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:17 smithi134 bash[35280]: cephadm 2024-01-16T06:04:16.537942+0000 mgr.x (mgr.24677) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi134 2024-01-16T06:04:18.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:18 smithi071 bash[35187]: cluster 2024-01-16T06:04:17.219455+0000 mgr.x (mgr.24677) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:18.441 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:18 smithi071 bash[59665]: ts=2024-01-16T06:04:18.060Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000748571s 2024-01-16T06:04:18.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:18 smithi071 bash[38584]: cluster 2024-01-16T06:04:17.219455+0000 mgr.x (mgr.24677) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:18.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:18 smithi134 bash[35280]: cluster 2024-01-16T06:04:17.219455+0000 mgr.x (mgr.24677) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:20.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:20 smithi071 bash[35187]: cluster 2024-01-16T06:04:19.219773+0000 mgr.x (mgr.24677) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:20.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:20 smithi071 bash[38584]: cluster 2024-01-16T06:04:19.219773+0000 mgr.x (mgr.24677) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:20.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:20 smithi134 bash[35280]: cluster 2024-01-16T06:04:19.219773+0000 mgr.x (mgr.24677) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:22.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:22 smithi134 bash[35280]: cluster 2024-01-16T06:04:21.220592+0000 mgr.x (mgr.24677) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:22.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:22 smithi071 bash[35187]: cluster 2024-01-16T06:04:21.220592+0000 mgr.x (mgr.24677) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:22.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:22 smithi071 bash[38584]: cluster 2024-01-16T06:04:21.220592+0000 mgr.x (mgr.24677) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:23.487 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 systemd[1]: Stopping Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.460Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.461Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.462Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.462Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-16T06:04:23.488 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 bash[47275]: ts=2024-01-16T06:04:23.462Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-16T06:04:23.788 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 podman[51771]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-prometheus.a 2024-01-16T06:04:24.106 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@prometheus.a.service: Succeeded. 2024-01-16T06:04:24.106 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 systemd[1]: Stopped Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:04:24.107 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 systemd[1]: Starting Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:24.107 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 podman[51812]: Error: no container with ID or name "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-prometheus.a" found: no such container 2024-01-16T06:04:24.107 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:23 smithi134 systemd[1]: Started Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:04:24.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: cluster 2024-01-16T06:04:23.221089+0000 mgr.x (mgr.24677) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:24.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.215Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-16T06:04:24.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.215Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-16T06:04:24.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.215Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-16T06:04:24.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.216Z caller=main.go:594 level=info host_details="(Linux 4.18.0-532.el8.x86_64 #1 SMP Thu Dec 21 12:11:59 UTC 2023 x86_64 smithi134 (none))" 2024-01-16T06:04:24.539 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.216Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.216Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.217Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.217Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.218Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.218Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.221Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.221Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.285µs 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.221Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.221Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.232Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.232Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-01-16T06:04:24.540 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.232Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.466µs wal_replay_duration=10.761499ms wbl_replay_duration=145ns total_replay_duration=10.809823ms 2024-01-16T06:04:24.541 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.234Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-16T06:04:24.541 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.234Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-16T06:04:24.541 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.234Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-16T06:04:24.541 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.247Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.410569ms db_storage=777ns remote_storage=1.043µs web_handler=316ns query_engine=607ns scrape=426.368µs scrape_sd=26.774µs notify=16.326µs notify_sd=5.554µs rules=11.661773ms tracing=5.468µs 2024-01-16T06:04:24.541 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.247Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-16T06:04:24.541 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[51828]: ts=2024-01-16T06:04:24.247Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-16T06:04:24.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.904576+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.905311+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.908535+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.911912+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.913056+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.913517+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.913772+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.917709+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.923329+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.924899+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.926404+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.926912+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T06:04:24.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:24 smithi134 bash[35280]: audit 2024-01-16T06:04:23.930747+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-16T06:04:24.631 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: cluster 2024-01-16T06:04:23.221089+0000 mgr.x (mgr.24677) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:24.631 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.904576+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:24.631 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: cluster 2024-01-16T06:04:23.221089+0000 mgr.x (mgr.24677) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.905311+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.908535+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.911912+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.913056+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.913517+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.913772+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.917709+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-16T06:04:24.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.923329+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T06:04:24.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.924899+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T06:04:24.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.926404+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T06:04:24.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.926912+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T06:04:24.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[35187]: audit 2024-01-16T06:04:23.930747+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-16T06:04:24.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.904576+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.905311+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.908535+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 198285721, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820671Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 446693376, \"cpu_percentage\": \"30.24%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:08.820833Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78674657, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820900Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72068628, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.820960Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67245178, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821019Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77342965, \"cpu_percentage\": \"0.67%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821077Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"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\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14113832, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821214Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32002539, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821275Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55626956, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:08.821335Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.911912+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.913056+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.913517+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.913772+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.917709+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.923329+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.924899+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.926404+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.926912+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-16T06:04:24.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:24 smithi071 bash[38584]: audit 2024-01-16T06:04:23.930747+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi134.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-16T06:04:25.585 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:23.912281+0000 mgr.x (mgr.24677) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T06:04:25.585 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:23.913293+0000 mgr.x (mgr.24677) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:23.923717+0000 mgr.x (mgr.24677) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:23.925239+0000 mgr.x (mgr.24677) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: cephadm 2024-01-16T06:04:23.932505+0000 mgr.x (mgr.24677) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.204472+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.204841+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.207476+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.209768+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.210723+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.211230+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:25.586 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[35187]: audit 2024-01-16T06:04:25.216559+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:23.912281+0000 mgr.x (mgr.24677) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:23.913293+0000 mgr.x (mgr.24677) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:23.923717+0000 mgr.x (mgr.24677) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:23.925239+0000 mgr.x (mgr.24677) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: cephadm 2024-01-16T06:04:23.932505+0000 mgr.x (mgr.24677) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.204472+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.204841+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.207476+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.209768+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.210723+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.211230+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:25.587 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:25 smithi071 bash[38584]: audit 2024-01-16T06:04:25.216559+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:23.912281+0000 mgr.x (mgr.24677) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:23.913293+0000 mgr.x (mgr.24677) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:23.923717+0000 mgr.x (mgr.24677) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:23.925239+0000 mgr.x (mgr.24677) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: cephadm 2024-01-16T06:04:23.932505+0000 mgr.x (mgr.24677) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.204472+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.204841+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.207476+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"8fc89c4e-fb93-4a4b-b5d8-552df4bf911c\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.209768+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.210723+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.211230+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:25.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:25 smithi134 bash[35280]: audit 2024-01-16T06:04:25.216559+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-16T06:04:26.310 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[59665]: ts=2024-01-16T06:04:26.063Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003833598s 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: cephadm 2024-01-16T06:04:25.208695+0000 mgr.x (mgr.24677) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: cephadm 2024-01-16T06:04:25.208809+0000 mgr.x (mgr.24677) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e'] 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: cephadm 2024-01-16T06:04:25.218377+0000 mgr.x (mgr.24677) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: cephadm 2024-01-16T06:04:25.218866+0000 mgr.x (mgr.24677) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: cluster 2024-01-16T06:04:25.221537+0000 mgr.x (mgr.24677) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.127359+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.127879+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.131487+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]': finished 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.133485+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.133742+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.134550+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.135339+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:26.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[38584]: audit 2024-01-16T06:04:26.136364+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T06:04:26.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: cephadm 2024-01-16T06:04:25.208695+0000 mgr.x (mgr.24677) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-16T06:04:26.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: cephadm 2024-01-16T06:04:25.208809+0000 mgr.x (mgr.24677) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e'] 2024-01-16T06:04:26.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: cephadm 2024-01-16T06:04:25.218377+0000 mgr.x (mgr.24677) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:26.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: cephadm 2024-01-16T06:04:25.218866+0000 mgr.x (mgr.24677) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:26.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: cluster 2024-01-16T06:04:25.221537+0000 mgr.x (mgr.24677) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.127359+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.127879+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.131487+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]': finished 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.133485+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.133742+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.134550+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.135339+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:26.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:26 smithi071 bash[35187]: audit 2024-01-16T06:04:26.136364+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T06:04:26.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: cephadm 2024-01-16T06:04:25.208695+0000 mgr.x (mgr.24677) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: cephadm 2024-01-16T06:04:25.208809+0000 mgr.x (mgr.24677) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e'] 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: cephadm 2024-01-16T06:04:25.218377+0000 mgr.x (mgr.24677) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: cephadm 2024-01-16T06:04:25.218866+0000 mgr.x (mgr.24677) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: cluster 2024-01-16T06:04:25.221537+0000 mgr.x (mgr.24677) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.127359+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.127879+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.131487+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]': finished 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.133485+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.133742+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.134550+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.135339+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:26.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:26 smithi134 bash[35280]: audit 2024-01-16T06:04:26.136364+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T06:04:27.191 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:27 smithi071 systemd[1]: Stopping Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:27 smithi071 bash[35187]: cephadm 2024-01-16T06:04:26.126908+0000 mgr.x (mgr.24677) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-16T06:04:27.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:27 smithi071 bash[35187]: cephadm 2024-01-16T06:04:26.135957+0000 mgr.x (mgr.24677) 43 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-01-16T06:04:27.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:27 smithi071 bash[38584]: cephadm 2024-01-16T06:04:26.126908+0000 mgr.x (mgr.24677) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-16T06:04:27.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:27 smithi071 bash[38584]: cephadm 2024-01-16T06:04:26.135957+0000 mgr.x (mgr.24677) 43 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-01-16T06:04:27.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:27 smithi134 bash[35280]: cephadm 2024-01-16T06:04:26.126908+0000 mgr.x (mgr.24677) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-16T06:04:27.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:27 smithi134 bash[35280]: cephadm 2024-01-16T06:04:26.135957+0000 mgr.x (mgr.24677) 43 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-01-16T06:04:28.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:28 smithi071 bash[35187]: cluster 2024-01-16T06:04:27.222195+0000 mgr.x (mgr.24677) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:28.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:28 smithi071 bash[38584]: cluster 2024-01-16T06:04:27.222195+0000 mgr.x (mgr.24677) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:28.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:28 smithi134 bash[35280]: cluster 2024-01-16T06:04:27.222195+0000 mgr.x (mgr.24677) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:30.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:30 smithi071 bash[35187]: cluster 2024-01-16T06:04:29.222654+0000 mgr.x (mgr.24677) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:30.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:30 smithi071 bash[38584]: cluster 2024-01-16T06:04:29.222654+0000 mgr.x (mgr.24677) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:30.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:30 smithi134 bash[35280]: cluster 2024-01-16T06:04:29.222654+0000 mgr.x (mgr.24677) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:32.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:32 smithi071 bash[35187]: cluster 2024-01-16T06:04:31.223399+0000 mgr.x (mgr.24677) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:32.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:32 smithi071 bash[38584]: cluster 2024-01-16T06:04:31.223399+0000 mgr.x (mgr.24677) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:32.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:32 smithi134 bash[35280]: cluster 2024-01-16T06:04:31.223399+0000 mgr.x (mgr.24677) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:34.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:34 smithi071 bash[35187]: cluster 2024-01-16T06:04:33.223848+0000 mgr.x (mgr.24677) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:34.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:34 smithi071 bash[38584]: cluster 2024-01-16T06:04:33.223848+0000 mgr.x (mgr.24677) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:34.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:34 smithi134 bash[35280]: cluster 2024-01-16T06:04:33.223848+0000 mgr.x (mgr.24677) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:36.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:36 smithi071 bash[35187]: cluster 2024-01-16T06:04:35.224365+0000 mgr.x (mgr.24677) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:36.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:36 smithi071 bash[38584]: cluster 2024-01-16T06:04:35.224365+0000 mgr.x (mgr.24677) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:36.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:36 smithi134 bash[35280]: cluster 2024-01-16T06:04:35.224365+0000 mgr.x (mgr.24677) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:37.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 bash[60027]: time="2024-01-16T06:04:37Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2024-01-16T06:04:37.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 bash[60027]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.y 2024-01-16T06:04:37.794 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 bash[60085]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.y" found: no such container 2024-01-16T06:04:37.794 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-01-16T06:04:38.154 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-01-16T06:04:38.154 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 systemd[1]: Stopped Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:04:38.154 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:37 smithi071 systemd[1]: Starting Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:38.436 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:38 smithi071 bash[35187]: cluster 2024-01-16T06:04:37.225234+0000 mgr.x (mgr.24677) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:38.436 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:38 smithi071 bash[38584]: cluster 2024-01-16T06:04:37.225234+0000 mgr.x (mgr.24677) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:38.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:38 smithi134 bash[35280]: cluster 2024-01-16T06:04:37.225234+0000 mgr.x (mgr.24677) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:38.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:38 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:38.435+0000 7f594c48d700 1 -- 172.21.15.71:0/3188079787 <== mon.0 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5579bfd3e4e0 con 0x5579bfd12c00 2024-01-16T06:04:38.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:38 smithi071 bash[60221]: 3e843da336f58a44fbb0569e5fd611f61bd87410b2ac1d9e04b1dd5cecc88460 2024-01-16T06:04:38.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:38 smithi071 systemd[1]: Started Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:04:38.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:38 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:38.566+0000 7f595ca85680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T06:04:38.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:38 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:38.651+0000 7f595ca85680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T06:04:39.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:39 smithi134 bash[35280]: audit 2024-01-16T06:04:38.504854+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:39.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:39 smithi134 bash[35280]: audit 2024-01-16T06:04:38.505551+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:39.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:39 smithi134 bash[35280]: audit 2024-01-16T06:04:38.508771+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:39.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:39 smithi134 bash[35280]: audit 2024-01-16T06:04:38.510149+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:39.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:39 smithi134 bash[35280]: audit 2024-01-16T06:04:38.511710+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:39.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:39 smithi134 bash[35280]: audit 2024-01-16T06:04:38.512076+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:39.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:39 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:39.057+0000 7f595ca85680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T06:04:39.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[38584]: audit 2024-01-16T06:04:38.504854+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:39.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[35187]: audit 2024-01-16T06:04:38.504854+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:39.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[38584]: audit 2024-01-16T06:04:38.505551+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:39.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[35187]: audit 2024-01-16T06:04:38.505551+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:39.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[35187]: audit 2024-01-16T06:04:38.508771+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:39.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[35187]: audit 2024-01-16T06:04:38.510149+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:39.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[35187]: audit 2024-01-16T06:04:38.511710+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:39.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[35187]: audit 2024-01-16T06:04:38.512076+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:39.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[38584]: audit 2024-01-16T06:04:38.508771+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 204891750, \"cpu_percentage\": \"1.94%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547180Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 199648870, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547453Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77259079, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547523Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76567019, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547587Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 64204308, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547648Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 81453383, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547709Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9251586, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547769Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55805214, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:07.547901Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:39.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[38584]: audit 2024-01-16T06:04:38.510149+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:39.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[38584]: audit 2024-01-16T06:04:38.511710+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:39.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:39 smithi071 bash[38584]: audit 2024-01-16T06:04:38.512076+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:39.901 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:39 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:39.894+0000 7f595ca85680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T06:04:40.165 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:40 smithi071 bash[35187]: cluster 2024-01-16T06:04:39.225593+0000 mgr.x (mgr.24677) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:40.165 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:39 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:39.992+0000 7f595ca85680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T06:04:40.165 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:40 smithi071 bash[38584]: cluster 2024-01-16T06:04:39.225593+0000 mgr.x (mgr.24677) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:40.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:40.236+0000 7f595ca85680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T06:04:40.533 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:40 smithi134 bash[35280]: cluster 2024-01-16T06:04:39.225593+0000 mgr.x (mgr.24677) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:41.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:41 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:41.310+0000 7f595ca85680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T06:04:41.836 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:41 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:41.456+0000 7f595ca85680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:04:41.836 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:41 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:41.548+0000 7f595ca85680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T06:04:41.837 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:41 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:41.638+0000 7f595ca85680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T06:04:41.837 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:41 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:41.837+0000 7f595ca85680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T06:04:42.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:42 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:42.119+0000 7f595ca85680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T06:04:42.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:42 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:42.218+0000 7f595ca85680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T06:04:42.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: cluster 2024-01-16T06:04:41.226258+0000 mgr.x (mgr.24677) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:42.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: cluster 2024-01-16T06:04:41.226258+0000 mgr.x (mgr.24677) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:42.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.517504+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.517504+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.518036+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.518036+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.521353+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:42.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.521353+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:42.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.800381+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.800381+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.801127+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.804596+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:42.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.806269+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.806491+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.809613+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.814270+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.815029+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.815281+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.818047+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.818222+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.822440+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: cluster 2024-01-16T06:04:41.822709+0000 mon.a (mon.0) 872 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.824259+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.824947+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T06:04:42.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[35187]: audit 2024-01-16T06:04:41.825156+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T06:04:42.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.801127+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.804596+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:42.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.806269+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:42.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.806491+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:42.447 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.809613+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.814270+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.815029+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.815281+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.818047+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.818222+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.822440+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: cluster 2024-01-16T06:04:41.822709+0000 mon.a (mon.0) 872 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.824259+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.824947+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T06:04:42.448 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:42 smithi071 bash[38584]: audit 2024-01-16T06:04:41.825156+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T06:04:42.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: cluster 2024-01-16T06:04:41.226258+0000 mgr.x (mgr.24677) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:42.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.517504+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.518036+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.521353+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 231630438, \"cpu_percentage\": \"1.91%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515433Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44344279, \"cpu_percentage\": \"109.88%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:41.515588Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515659Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79010201, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515725Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78360084, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515788Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 65284341, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515849Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83351306, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515911Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 9371123, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.515971Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16850616, \"cpu_percentage\": \"0.45%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516033Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56193187, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.516094Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.516203Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.800381+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.801127+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.804596+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 214643507, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798484Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 453194547, \"cpu_percentage\": \"13.67%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798634Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80855695, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798703Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73851207, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798767Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68786585, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798843Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79188459, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798902Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37580963, \"cpu_percentage\": \"1.35%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.798961Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799020Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799078Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 55742300, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:41.799135Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:41.799239Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}}"}]': finished 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.806269+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.806491+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.809613+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.814270+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.815029+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.815281+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.818047+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T06:04:42.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.818222+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-16T06:04:42.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.822440+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T06:04:42.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: cluster 2024-01-16T06:04:41.822709+0000 mon.a (mon.0) 872 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-16T06:04:42.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.824259+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T06:04:42.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.824947+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24677 172.21.15.134:0/1708878680' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T06:04:42.542 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[35280]: audit 2024-01-16T06:04:41.825156+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T06:04:43.127 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:42 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:42.952+0000 7f595ca85680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T06:04:43.127 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:43 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:43.035+0000 7f595ca85680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T06:04:43.127 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:43 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:43.127+0000 7f595ca85680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T06:04:43.285 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[49846]: debug 2024-01-16T06:04:42.816+0000 7f00a6eea700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-16T06:04:43.285 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[49846]: ignoring --setuser ceph since I am not root 2024-01-16T06:04:43.286 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[49846]: ignoring --setgroup ceph since I am not root 2024-01-16T06:04:43.286 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[49846]: debug 2024-01-16T06:04:42.857+0000 7f40d99df700 1 -- 172.21.15.134:0/420642014 <== mon.0 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556345bc64e0 con 0x556345b9cc00 2024-01-16T06:04:43.286 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:42 smithi134 bash[49846]: debug 2024-01-16T06:04:42.978+0000 7f40e9bb9680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T06:04:43.286 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[49846]: debug 2024-01-16T06:04:43.059+0000 7f40e9bb9680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:43 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:43.308+0000 7f595ca85680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: cephadm 2024-01-16T06:04:41.815938+0000 mgr.x (mgr.24677) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: cephadm 2024-01-16T06:04:41.816241+0000 mgr.x (mgr.24677) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: cephadm 2024-01-16T06:04:41.817838+0000 mgr.x (mgr.24677) 54 : cephadm [INF] Failing over to other MGR 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: cluster 2024-01-16T06:04:42.674213+0000 mon.a (mon.0) 875 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: audit 2024-01-16T06:04:42.813829+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-16T06:04:43.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: cluster 2024-01-16T06:04:42.813882+0000 mon.a (mon.0) 877 : cluster [DBG] mgrmap e20: y(active, starting, since 0.995222s), standbys: x 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: audit 2024-01-16T06:04:42.824732+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[35187]: cluster 2024-01-16T06:04:42.824786+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: cephadm 2024-01-16T06:04:41.815938+0000 mgr.x (mgr.24677) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: cephadm 2024-01-16T06:04:41.816241+0000 mgr.x (mgr.24677) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: cephadm 2024-01-16T06:04:41.817838+0000 mgr.x (mgr.24677) 54 : cephadm [INF] Failing over to other MGR 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: cluster 2024-01-16T06:04:42.674213+0000 mon.a (mon.0) 875 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: audit 2024-01-16T06:04:42.813829+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: cluster 2024-01-16T06:04:42.813882+0000 mon.a (mon.0) 877 : cluster [DBG] mgrmap e20: y(active, starting, since 0.995222s), standbys: x 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: audit 2024-01-16T06:04:42.824732+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T06:04:43.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:43 smithi071 bash[38584]: cluster 2024-01-16T06:04:42.824786+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-01-16T06:04:43.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[49846]: debug 2024-01-16T06:04:43.426+0000 7f40e9bb9680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T06:04:43.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: cephadm 2024-01-16T06:04:41.815938+0000 mgr.x (mgr.24677) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: cephadm 2024-01-16T06:04:41.816241+0000 mgr.x (mgr.24677) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: cephadm 2024-01-16T06:04:41.817838+0000 mgr.x (mgr.24677) 54 : cephadm [INF] Failing over to other MGR 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: cluster 2024-01-16T06:04:42.674213+0000 mon.a (mon.0) 875 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: audit 2024-01-16T06:04:42.813829+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: cluster 2024-01-16T06:04:42.813882+0000 mon.a (mon.0) 877 : cluster [DBG] mgrmap e20: y(active, starting, since 0.995222s), standbys: x 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: audit 2024-01-16T06:04:42.824732+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.24677 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T06:04:43.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:43 smithi134 bash[35280]: cluster 2024-01-16T06:04:42.824786+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-01-16T06:04:43.831 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:43 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:43.567+0000 7f595ca85680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T06:04:43.831 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:43 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:43.699+0000 7f595ca85680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T06:04:44.087 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:43 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:43.832+0000 7f595ca85680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:04:44.087 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:44 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:44.003+0000 7f595ca85680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T06:04:44.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:44 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:44.088+0000 7f595ca85680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T06:04:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: cluster 2024-01-16T06:04:44.101243+0000 mon.a (mon.0) 880 : cluster [INF] Active manager daemon y restarted 2024-01-16T06:04:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: cluster 2024-01-16T06:04:44.101815+0000 mon.a (mon.0) 881 : cluster [INF] Activating manager daemon y 2024-01-16T06:04:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: cluster 2024-01-16T06:04:44.107825+0000 mon.a (mon.0) 882 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-16T06:04:44.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: audit 2024-01-16T06:04:44.108045+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: audit 2024-01-16T06:04:44.108417+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: audit 2024-01-16T06:04:44.109628+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[35187]: audit 2024-01-16T06:04:44.109856+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: cluster 2024-01-16T06:04:44.101243+0000 mon.a (mon.0) 880 : cluster [INF] Active manager daemon y restarted 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: cluster 2024-01-16T06:04:44.101815+0000 mon.a (mon.0) 881 : cluster [INF] Activating manager daemon y 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: cluster 2024-01-16T06:04:44.107825+0000 mon.a (mon.0) 882 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: audit 2024-01-16T06:04:44.108045+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: audit 2024-01-16T06:04:44.108417+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: audit 2024-01-16T06:04:44.109628+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-16T06:04:44.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:44 smithi071 bash[38584]: audit 2024-01-16T06:04:44.109856+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:44.468 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[49846]: debug 2024-01-16T06:04:44.172+0000 7f40e9bb9680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T06:04:44.468 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[49846]: debug 2024-01-16T06:04:44.255+0000 7f40e9bb9680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[49846]: debug 2024-01-16T06:04:44.469+0000 7f40e9bb9680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: cluster 2024-01-16T06:04:44.101243+0000 mon.a (mon.0) 880 : cluster [INF] Active manager daemon y restarted 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: cluster 2024-01-16T06:04:44.101815+0000 mon.a (mon.0) 881 : cluster [INF] Activating manager daemon y 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: cluster 2024-01-16T06:04:44.107825+0000 mon.a (mon.0) 882 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: audit 2024-01-16T06:04:44.108045+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: audit 2024-01-16T06:04:44.108417+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: audit 2024-01-16T06:04:44.109628+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-16T06:04:44.469 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:44 smithi134 bash[35280]: audit 2024-01-16T06:04:44.109856+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:45.617 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:45 smithi134 bash[35280]: cluster 2024-01-16T06:04:44.303977+0000 mon.a (mon.0) 887 : cluster [DBG] mgrmap e21: y(active, starting, since 0.202308s), standbys: x 2024-01-16T06:04:45.618 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:45 smithi134 bash[49846]: debug 2024-01-16T06:04:45.412+0000 7f40e9bb9680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T06:04:45.618 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:45 smithi134 bash[49846]: debug 2024-01-16T06:04:45.539+0000 7f40e9bb9680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:04:45.618 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:45 smithi134 bash[49846]: debug 2024-01-16T06:04:45.618+0000 7f40e9bb9680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T06:04:45.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:45 smithi071 bash[35187]: cluster 2024-01-16T06:04:44.303977+0000 mon.a (mon.0) 887 : cluster [DBG] mgrmap e21: y(active, starting, since 0.202308s), standbys: x 2024-01-16T06:04:45.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:45 smithi071 bash[38584]: cluster 2024-01-16T06:04:44.303977+0000 mon.a (mon.0) 887 : cluster [DBG] mgrmap e21: y(active, starting, since 0.202308s), standbys: x 2024-01-16T06:04:45.904 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:45 smithi134 bash[49846]: debug 2024-01-16T06:04:45.708+0000 7f40e9bb9680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T06:04:46.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:45 smithi134 bash[49846]: debug 2024-01-16T06:04:45.904+0000 7f40e9bb9680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T06:04:46.539 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:46 smithi134 bash[49846]: debug 2024-01-16T06:04:46.182+0000 7f40e9bb9680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T06:04:46.539 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:46 smithi134 bash[49846]: debug 2024-01-16T06:04:46.280+0000 7f40e9bb9680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T06:04:47.288 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.005+0000 7f40e9bb9680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T06:04:47.288 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.086+0000 7f40e9bb9680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T06:04:47.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.181+0000 7f40e9bb9680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T06:04:47.618 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.357+0000 7f40e9bb9680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T06:04:47.884 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.618+0000 7f40e9bb9680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T06:04:47.884 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.749+0000 7f40e9bb9680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T06:04:47.884 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:47 smithi134 bash[49846]: debug 2024-01-16T06:04:47.884+0000 7f40e9bb9680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:04:48.141 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[49846]: debug 2024-01-16T06:04:48.056+0000 7f40e9bb9680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T06:04:48.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[49846]: debug 2024-01-16T06:04:48.141+0000 7f40e9bb9680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T06:04:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[35280]: cluster 2024-01-16T06:04:48.156242+0000 mon.a (mon.0) 888 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:04:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[35280]: cluster 2024-01-16T06:04:48.156347+0000 mon.a (mon.0) 889 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:04:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[35280]: audit 2024-01-16T06:04:48.156484+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:04:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[35280]: audit 2024-01-16T06:04:48.156816+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[35280]: audit 2024-01-16T06:04:48.157691+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:04:48.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:48 smithi134 bash[35280]: audit 2024-01-16T06:04:48.157893+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:48.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[35187]: cluster 2024-01-16T06:04:48.156242+0000 mon.a (mon.0) 888 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:04:48.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[35187]: cluster 2024-01-16T06:04:48.156347+0000 mon.a (mon.0) 889 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[35187]: audit 2024-01-16T06:04:48.156484+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[35187]: audit 2024-01-16T06:04:48.156816+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[35187]: audit 2024-01-16T06:04:48.157691+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[35187]: audit 2024-01-16T06:04:48.157893+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[38584]: cluster 2024-01-16T06:04:48.156242+0000 mon.a (mon.0) 888 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[38584]: cluster 2024-01-16T06:04:48.156347+0000 mon.a (mon.0) 889 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[38584]: audit 2024-01-16T06:04:48.156484+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[38584]: audit 2024-01-16T06:04:48.156816+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[38584]: audit 2024-01-16T06:04:48.157691+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:04:48.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:48 smithi071 bash[38584]: audit 2024-01-16T06:04:48.157893+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.134:0/1539294332' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:49.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:49 smithi134 bash[35280]: cluster 2024-01-16T06:04:48.213701+0000 mon.a (mon.0) 890 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-16T06:04:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:49 smithi134 bash[35280]: audit 2024-01-16T06:04:48.214993+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:04:49.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:49 smithi134 bash[35280]: audit 2024-01-16T06:04:48.215255+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:04:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:49 smithi071 bash[35187]: cluster 2024-01-16T06:04:48.213701+0000 mon.a (mon.0) 890 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-16T06:04:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:49 smithi071 bash[35187]: audit 2024-01-16T06:04:48.214993+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:04:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:49 smithi071 bash[35187]: audit 2024-01-16T06:04:48.215255+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:04:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:49 smithi071 bash[38584]: cluster 2024-01-16T06:04:48.213701+0000 mon.a (mon.0) 890 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-16T06:04:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:49 smithi071 bash[38584]: audit 2024-01-16T06:04:48.214993+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:04:49.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:49 smithi071 bash[38584]: audit 2024-01-16T06:04:48.215255+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.? 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:04:50.404 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-16T06:04:50.404 INFO:teuthology.orchestra.run.smithi071.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-16T06:04:50.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:04:50.400+0000 7f58e72ce700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-16T06:04:50.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-16T06:04:50.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: [79B blob data] 2024-01-16T06:04:50.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:04:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: [80B blob data] 2024-01-16T06:04:50.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.304963+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.305326+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.305534+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.306884+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.307140+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.307366+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.307570+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.307784+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.308019+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.308318+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.308646+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.308944+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.309130+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.309608+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:04:50.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.310384+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.311121+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.311433+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.311785+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.304963+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.305326+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.305534+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.306884+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.307140+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.307366+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.307570+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:04:50.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.307784+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.308019+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.308318+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.308646+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.308944+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.309130+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.309608+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.310384+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.311121+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.311433+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.311785+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:04:50.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.312093+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.312499+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.312826+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.313147+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.313433+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.313767+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.314061+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.314375+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.314672+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.314985+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.315294+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.315634+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.315908+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.316194+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:04:50.695 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.316472+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.316783+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.317074+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.317373+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.317666+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.317964+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: cluster 2024-01-16T06:04:50.343854+0000 mon.a (mon.0) 893 : cluster [INF] Manager daemon y is now available 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[38584]: audit 2024-01-16T06:04:50.354855+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.312093+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.312499+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:04:50.696 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.312826+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.313147+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.313433+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.313767+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.314061+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.314375+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.314672+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.314985+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.315294+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.315634+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.315908+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.316194+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.316472+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.316783+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.317074+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:04:50.697 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.317373+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:04:50.698 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.317666+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:04:50.698 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.317964+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:04:50.698 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: cluster 2024-01-16T06:04:50.343854+0000 mon.a (mon.0) 893 : cluster [INF] Manager daemon y is now available 2024-01-16T06:04:50.698 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:50 smithi071 bash[35187]: audit 2024-01-16T06:04:50.354855+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:04:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.304963+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:04:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.305326+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:04:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.305534+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.306884+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.307140+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.307366+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.307570+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.307784+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.308019+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.308318+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.308646+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.308944+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.309130+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.309608+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.310384+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.311121+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.311433+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:04:50.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.311785+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.312093+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.312499+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.312826+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.313147+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.313433+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.313767+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.314061+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.314375+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.314672+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.314985+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.315294+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.315634+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.315908+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.316194+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.316472+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:04:50.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.316783+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:04:50.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.317074+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:04:50.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.317373+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:04:50.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.317666+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:04:50.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.317964+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:04:50.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: cluster 2024-01-16T06:04:50.343854+0000 mon.a (mon.0) 893 : cluster [INF] Manager daemon y is now available 2024-01-16T06:04:50.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:50 smithi134 bash[35280]: audit 2024-01-16T06:04:50.354855+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:04:50.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch ps' 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: cephadm 2024-01-16T06:04:50.354468+0000 mgr.y (mgr.14856) 1 : cephadm [INF] inventory: adjusted host smithi134 addr 'smithi134' -> '172.21.15.134' 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.355276+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.358441+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.400497+0000 mgr.y (mgr.14856) 2 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: cluster 2024-01-16T06:04:50.401182+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: cluster 2024-01-16T06:04:50.408959+0000 mgr.y (mgr.14856) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.459583+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.462004+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.508734+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.509415+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:04:51.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.516925+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.517336+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.674938+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[35187]: audit 2024-01-16T06:04:50.692261+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: cephadm 2024-01-16T06:04:50.354468+0000 mgr.y (mgr.14856) 1 : cephadm [INF] inventory: adjusted host smithi134 addr 'smithi134' -> '172.21.15.134' 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.355276+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.358441+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.400497+0000 mgr.y (mgr.14856) 2 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: cluster 2024-01-16T06:04:50.401182+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: cluster 2024-01-16T06:04:50.408959+0000 mgr.y (mgr.14856) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.459583+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.462004+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:51.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.508734+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:04:51.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.509415+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:04:51.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.516925+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:04:51.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.517336+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:04:51.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.674938+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:51.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:51 smithi071 bash[38584]: audit 2024-01-16T06:04:50.692261+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: cephadm 2024-01-16T06:04:50.354468+0000 mgr.y (mgr.14856) 1 : cephadm [INF] inventory: adjusted host smithi134 addr 'smithi134' -> '172.21.15.134' 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.355276+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.358441+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi134\": {\"hostname\": \"smithi134\", \"addr\": \"172.21.15.134\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.400497+0000 mgr.y (mgr.14856) 2 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: cluster 2024-01-16T06:04:50.401182+0000 mon.a (mon.0) 896 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: cluster 2024-01-16T06:04:50.408959+0000 mgr.y (mgr.14856) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.459583+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:51.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.462004+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.508734+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:04:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.509415+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:04:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.516925+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:04:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.517336+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:04:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.674938+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:51 smithi134 bash[35280]: audit 2024-01-16T06:04:50.692261+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (36s) 10s ago 4m 16.0M - 0.26.0 9f27df16978d 9c789d06f7cd 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi134 running (4m) 10s ago 4m 30.7M - 6.6.2 87a51ecf0b1c fb4c42fd2683 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi134 running (70s) 10s ago 7m 432M - 16.2.14-449-ga70aebef 377ff36742d8 042f3d9fe8fe 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443 running (14s) 10s ago 8m 42.2M - 16.2.14-449-ga70aebef 377ff36742d8 3e843da336f5 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (8m) 10s ago 8m 220M 2048M 15.2.0 204a01f9b0b6 19b078b162e8 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi134 running (7m) 10s ago 7m 204M 2048M 15.2.0 204a01f9b0b6 490e16349f19 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (7m) 10s ago 7m 205M 2048M 15.2.0 204a01f9b0b6 1639f09cccc4 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (4m) 10s ago 5m 9151k - 1.7.0 72c9c2088986 0dbf8421134a 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi134 running (5m) 10s ago 5m 12.9M - 1.7.0 72c9c2088986 e5c0b37bed31 2024-01-16T06:04:52.339 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (6m) 10s ago 7m 75.3M 4096M 15.2.0 204a01f9b0b6 8bd7e2426857 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (6m) 10s ago 6m 74.7M 4096M 15.2.0 204a01f9b0b6 1c1a97fe35f7 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (6m) 10s ago 6m 62.2M 4096M 15.2.0 204a01f9b0b6 00fe49923c45 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (6m) 10s ago 6m 79.4M 4096M 15.2.0 204a01f9b0b6 d45cae9818b7 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi134 running (6m) 10s ago 6m 77.1M 4096M 15.2.0 204a01f9b0b6 5b830d680f1d 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi134 running (5m) 10s ago 6m 70.4M 4096M 15.2.0 204a01f9b0b6 5dba583ffc06 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi134 running (5m) 10s ago 5m 65.5M 4096M 15.2.0 204a01f9b0b6 26da66619d75 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi134 running (5m) 10s ago 5m 75.5M 4096M 15.2.0 204a01f9b0b6 2f2c5c6a3c70 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi134 running (28s) 10s ago 5m 35.8M - 2.49.1 2a72b385beaf e76c14d26e4f 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.mwalzk smithi071 running (4m) 10s ago 4m 53.5M - 15.2.0 204a01f9b0b6 e37dbabf2734 2024-01-16T06:04:52.340 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi134.ullpgi smithi134 running (4m) 10s ago 4m 53.1M - 15.2.0 204a01f9b0b6 fb81edf2ab16 2024-01-16T06:04:52.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions' 2024-01-16T06:04:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: cluster 2024-01-16T06:04:52.308504+0000 mgr.y (mgr.14856) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.328055+0000 mgr.y (mgr.14856) 5 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.330181+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.330602+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.330918+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.331274+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.331598+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.331940+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.333500+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.333794+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.334082+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.334405+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: audit 2024-01-16T06:04:52.334719+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[35187]: cluster 2024-01-16T06:04:52.403722+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: cluster 2024-01-16T06:04:52.308504+0000 mgr.y (mgr.14856) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.328055+0000 mgr.y (mgr.14856) 5 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:53.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.330181+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.330602+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.330918+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.331274+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.331598+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.331940+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.333500+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.333794+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.334082+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.334405+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: audit 2024-01-16T06:04:52.334719+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:53 smithi071 bash[38584]: cluster 2024-01-16T06:04:52.403722+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: cluster 2024-01-16T06:04:52.308504+0000 mgr.y (mgr.14856) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.328055+0000 mgr.y (mgr.14856) 5 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.330181+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.330602+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.330918+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.331274+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.331598+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.331940+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.333500+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.333794+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.519 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.334082+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.520 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.334405+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.520 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: audit 2024-01-16T06:04:52.334719+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:53.520 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:53 smithi134 bash[35280]: cluster 2024-01-16T06:04:52.403722+0000 mon.a (mon.0) 899 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-16T06:04:54.092 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:04:54.092 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-01-16T06:04:54.092 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-16T06:04:54.092 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:54.092 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:04:54.093 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:04:54.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:54 smithi134 bash[35280]: audit 2024-01-16T06:04:54.093307+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.71:0/150649747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:04:54.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:54 smithi071 bash[35187]: audit 2024-01-16T06:04:54.093307+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.71:0/150649747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:04:54.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:54 smithi071 bash[38584]: audit 2024-01-16T06:04:54.093307+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.71:0/150649747' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:04:54.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-16T06:04:55.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: cluster 2024-01-16T06:04:54.308849+0000 mgr.y (mgr.14856) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:55.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: cluster 2024-01-16T06:04:54.308849+0000 mgr.y (mgr.14856) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:55.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.546747+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:55.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.546747+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:55.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.547361+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:55.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.547361+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:55.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.552946+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:55.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.833880+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.834267+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.834674+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.835017+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.835370+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.835671+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.835976+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.836244+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[38584]: audit 2024-01-16T06:04:54.836568+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.552946+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.833880+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.834267+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.834674+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.835017+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.835370+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.835671+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.835976+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.836244+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:55 smithi071 bash[35187]: audit 2024-01-16T06:04:54.836568+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: cluster 2024-01-16T06:04:54.308849+0000 mgr.y (mgr.14856) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.546747+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:55.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.547361+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.552946+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"042f3d9fe8fe\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 409259212, \"cpu_percentage\": \"20.12%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544922Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:03:42.313809Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:03:30.801217Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:54.545535Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.833880+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.834267+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.834674+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.835017+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.835370+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.835671+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.835976+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.836244+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:55.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:55 smithi134 bash[35280]: audit 2024-01-16T06:04:54.836568+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:55.789 INFO:teuthology.orchestra.run.smithi071.stdout:wait for servicemap items w/ changing names to refresh 2024-01-16T06:04:56.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'sleep 60' 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.394697+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.395293+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.398156+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.795363+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.795794+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.796074+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.796334+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.390 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.796649+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.796981+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.797276+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.797595+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.797908+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.799085+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.799358+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.802590+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.807681+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.808603+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:56.391 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:56 smithi134 bash[35280]: audit 2024-01-16T06:04:55.808836+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:56.395 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.394697+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:56.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.394697+0000 mon.c (mon.1) 99 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:56.395 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.395293+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:56.396 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.395293+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:04:56.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.398156+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:56.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.795363+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.396 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.795794+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.796074+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.796334+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.796649+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.796981+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.797276+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.797595+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.797908+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.799085+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.799358+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.802590+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.807681+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.808603+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:56.397 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[38584]: audit 2024-01-16T06:04:55.808836+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.398156+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"19b078b162e8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 245157068, \"cpu_percentage\": \"1.92%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392652Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T05:56:06.745974Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.123580Z\"}}, \"last_daemon_update\": \"2024-01-16T06:04:55.393385Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.795363+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.795794+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.796074+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.796334+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.796649+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.796981+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.797276+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.797595+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.797908+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.799085+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:56.398 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.799358+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:04:56.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.802590+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:04:56.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.807681+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:04:56.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.808603+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:56.399 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:56 smithi071 bash[35187]: audit 2024-01-16T06:04:55.808836+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:04:57.409 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:57 smithi134 bash[35280]: cluster 2024-01-16T06:04:56.309778+0000 mgr.y (mgr.14856) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:57.409 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:57 smithi134 bash[35280]: audit 2024-01-16T06:04:56.762828+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:57.409 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:57 smithi134 bash[35280]: audit 2024-01-16T06:04:56.763121+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:57.409 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:57 smithi134 bash[35280]: audit 2024-01-16T06:04:56.763807+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:04:57.409 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:57 smithi134 bash[35280]: audit 2024-01-16T06:04:56.764469+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:57.409 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:57 smithi134 bash[35280]: audit 2024-01-16T06:04:56.765258+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T06:04:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[35187]: cluster 2024-01-16T06:04:56.309778+0000 mgr.y (mgr.14856) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:57.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[35187]: audit 2024-01-16T06:04:56.762828+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[35187]: audit 2024-01-16T06:04:56.763121+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[35187]: audit 2024-01-16T06:04:56.763807+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[35187]: audit 2024-01-16T06:04:56.764469+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[35187]: audit 2024-01-16T06:04:56.765258+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[38584]: cluster 2024-01-16T06:04:56.309778+0000 mgr.y (mgr.14856) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[38584]: audit 2024-01-16T06:04:56.762828+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[38584]: audit 2024-01-16T06:04:56.763121+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[38584]: audit 2024-01-16T06:04:56.763807+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[38584]: audit 2024-01-16T06:04:56.764469+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:04:57.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:57 smithi071 bash[38584]: audit 2024-01-16T06:04:56.765258+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T06:04:57.757 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:04:57 smithi134 systemd[1]: Stopping Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:04:58.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:58 smithi071 bash[35187]: cephadm 2024-01-16T06:04:56.762453+0000 mgr.y (mgr.14856) 8 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-16T06:04:58.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:58 smithi071 bash[35187]: cephadm 2024-01-16T06:04:56.764963+0000 mgr.y (mgr.14856) 9 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T06:04:58.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:58 smithi071 bash[38584]: cephadm 2024-01-16T06:04:56.762453+0000 mgr.y (mgr.14856) 8 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-16T06:04:58.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:58 smithi071 bash[38584]: cephadm 2024-01-16T06:04:56.764963+0000 mgr.y (mgr.14856) 9 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T06:04:58.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:58 smithi134 bash[35280]: cephadm 2024-01-16T06:04:56.762453+0000 mgr.y (mgr.14856) 8 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-16T06:04:58.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:58 smithi134 bash[35280]: cephadm 2024-01-16T06:04:56.764963+0000 mgr.y (mgr.14856) 9 : cephadm [INF] Deploying daemon mgr.x on smithi134 2024-01-16T06:04:59.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:04:59 smithi071 bash[35187]: cluster 2024-01-16T06:04:58.310274+0000 mgr.y (mgr.14856) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:59.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:04:59 smithi071 bash[38584]: cluster 2024-01-16T06:04:58.310274+0000 mgr.y (mgr.14856) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:04:59.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:04:59 smithi134 bash[35280]: cluster 2024-01-16T06:04:58.310274+0000 mgr.y (mgr.14856) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:01.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:01 smithi071 bash[35187]: cluster 2024-01-16T06:05:00.310676+0000 mgr.y (mgr.14856) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:01.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:01 smithi071 bash[38584]: cluster 2024-01-16T06:05:00.310676+0000 mgr.y (mgr.14856) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:01.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:01 smithi134 bash[35280]: cluster 2024-01-16T06:05:00.310676+0000 mgr.y (mgr.14856) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:03 smithi071 bash[35187]: cluster 2024-01-16T06:05:02.311536+0000 mgr.y (mgr.14856) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:03.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:03 smithi071 bash[38584]: cluster 2024-01-16T06:05:02.311536+0000 mgr.y (mgr.14856) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:03.538 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:03 smithi134 bash[35280]: cluster 2024-01-16T06:05:02.311536+0000 mgr.y (mgr.14856) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:05.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:05 smithi071 bash[35187]: cluster 2024-01-16T06:05:04.311946+0000 mgr.y (mgr.14856) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:05.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:05 smithi071 bash[38584]: cluster 2024-01-16T06:05:04.311946+0000 mgr.y (mgr.14856) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:05.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:05 smithi134 bash[35280]: cluster 2024-01-16T06:05:04.311946+0000 mgr.y (mgr.14856) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:07.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:07 smithi071 bash[35187]: cluster 2024-01-16T06:05:06.312736+0000 mgr.y (mgr.14856) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:07.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:07 smithi071 bash[38584]: cluster 2024-01-16T06:05:06.312736+0000 mgr.y (mgr.14856) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:07.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:07 smithi134 bash[35280]: cluster 2024-01-16T06:05:06.312736+0000 mgr.y (mgr.14856) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:08.215 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:07 smithi134 bash[53615]: time="2024-01-16T06:05:07Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-16T06:05:08.215 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:08 smithi134 bash[53615]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x 2024-01-16T06:05:08.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:08 smithi134 bash[53675]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x" found: no such container 2024-01-16T06:05:08.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:08 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-16T06:05:08.917 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:08 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-16T06:05:08.917 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:08 smithi134 systemd[1]: Stopped Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:08.918 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:08 smithi134 systemd[1]: Starting Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:09.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:09 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:09.023+0000 7fcbf529b700 1 -- 172.21.15.134:0/174292804 <== mon.2 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55894e64a4e0 con 0x55894e61ec00 2024-01-16T06:05:09.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[53812]: 5c3d875ad00e51216f0b1f3bce96df9f68f186a2ca22d38cbde089749c0358fd 2024-01-16T06:05:09.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:09 smithi134 systemd[1]: Started Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:09.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:09 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:09.158+0000 7fcc05893680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T06:05:09.290 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:09 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:09.242+0000 7fcc05893680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T06:05:09.640 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[35280]: cluster 2024-01-16T06:05:08.313202+0000 mgr.y (mgr.14856) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:09.640 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[35280]: audit 2024-01-16T06:05:09.094697+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:09.640 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[35280]: audit 2024-01-16T06:05:09.095291+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:09.641 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[35280]: audit 2024-01-16T06:05:09.098902+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:05:09.641 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[35280]: audit 2024-01-16T06:05:09.100205+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:09.641 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:09 smithi134 bash[35280]: audit 2024-01-16T06:05:09.101989+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:09.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[35187]: cluster 2024-01-16T06:05:08.313202+0000 mgr.y (mgr.14856) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:09.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[38584]: cluster 2024-01-16T06:05:08.313202+0000 mgr.y (mgr.14856) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:09.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[35187]: audit 2024-01-16T06:05:09.094697+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:09.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[38584]: audit 2024-01-16T06:05:09.094697+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:09.693 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[38584]: audit 2024-01-16T06:05:09.095291+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:09.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[35187]: audit 2024-01-16T06:05:09.095291+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:09.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[35187]: audit 2024-01-16T06:05:09.098902+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:05:09.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[35187]: audit 2024-01-16T06:05:09.100205+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:09.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[35187]: audit 2024-01-16T06:05:09.101989+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:09.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[38584]: audit 2024-01-16T06:05:09.098902+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229113856, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544777Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82973818, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.544990Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75350671, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545051Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 70338478, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545108Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 81243668, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545166Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37654364, \"cpu_percentage\": \"1.08%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545223Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 13621002, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545280Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:54.545337Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56455331, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:54.545394Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:05:09.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[38584]: audit 2024-01-16T06:05:09.100205+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:09.694 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:09 smithi071 bash[38584]: audit 2024-01-16T06:05:09.101989+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:10.038 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:09 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:09.659+0000 7fcc05893680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T06:05:10.790 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:10 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:10.478+0000 7fcc05893680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T06:05:10.790 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:10 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:10.574+0000 7fcc05893680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T06:05:11.112 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:10 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:10.807+0000 7fcc05893680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T06:05:11.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:11 smithi071 bash[35187]: cluster 2024-01-16T06:05:10.313785+0000 mgr.y (mgr.14856) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:11.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:11 smithi071 bash[38584]: cluster 2024-01-16T06:05:10.313785+0000 mgr.y (mgr.14856) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:11.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:11 smithi134 bash[35280]: cluster 2024-01-16T06:05:10.313785+0000 mgr.y (mgr.14856) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:12.038 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:11 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:11.899+0000 7fcc05893680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T06:05:12.454 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:12 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:12.052+0000 7fcc05893680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:05:12.455 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:12 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:12.137+0000 7fcc05893680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T06:05:12.455 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:12 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:12.233+0000 7fcc05893680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T06:05:13.038 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:12 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:12.455+0000 7fcc05893680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T06:05:13.039 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:12 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:12.744+0000 7fcc05893680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T06:05:13.039 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:12 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:12.842+0000 7fcc05893680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T06:05:13.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: cluster 2024-01-16T06:05:12.314495+0000 mgr.y (mgr.14856) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:13.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: cluster 2024-01-16T06:05:12.314495+0000 mgr.y (mgr.14856) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:13.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.475923+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:13.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.475923+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:13.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.476508+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:13.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.476508+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:13.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.480783+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.482782+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.483183+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.486737+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.492673+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.493784+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.494223+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.496054+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.497122+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.497428+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-16T06:05:13.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.480783+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.482782+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.483183+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.486737+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.492673+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.493784+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.494223+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.496054+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.497122+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.497428+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-16T06:05:13.445 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.502052+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]': finished 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.503061+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.503331+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.508894+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.509896+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.510254+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.515593+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.517006+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[38584]: audit 2024-01-16T06:05:12.517715+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.502052+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]': finished 2024-01-16T06:05:13.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.503061+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.503331+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.508894+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.509896+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.510254+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.515593+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.517006+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:13.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:13 smithi071 bash[35187]: audit 2024-01-16T06:05:12.517715+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-16T06:05:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: cluster 2024-01-16T06:05:12.314495+0000 mgr.y (mgr.14856) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:13.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.475923+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.476508+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.480783+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 228274995, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473688Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 44312821, \"cpu_percentage\": \"109.87%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:12.473890Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.473977Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76483133, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474056Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 71313653, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474131Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82418073, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474205Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 37759221, \"cpu_percentage\": \"0.86%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474279Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"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\": 14281605, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474352Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32201768, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474425Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56696504, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:12.474510Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:12.474650Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.482782+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.483183+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.486737+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.492673+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.493784+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.494223+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.496054+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.497122+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.497428+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-16T06:05:13.540 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.502052+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]': finished 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.503061+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.503331+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.508894+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.509896+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.510254+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.515593+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.517006+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:13.541 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:13 smithi134 bash[35280]: audit 2024-01-16T06:05:12.517715+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-16T06:05:13.918 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:13 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:13.571+0000 7fcc05893680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T06:05:13.919 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:13 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:13.656+0000 7fcc05893680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T06:05:13.919 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:13 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:13.747+0000 7fcc05893680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:13 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:13.919+0000 7fcc05893680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: cephadm 2024-01-16T06:05:12.496810+0000 mgr.y (mgr.14856) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: cephadm 2024-01-16T06:05:12.518302+0000 mgr.y (mgr.14856) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: cephadm 2024-01-16T06:05:13.433917+0000 mgr.y (mgr.14856) 20 : cephadm [INF] Upgrade: Updating mon.a 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.434306+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.434630+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:14.182 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.438297+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-16T06:05:14.183 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.441599+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:14.183 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.442193+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:14.183 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.445486+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:14.183 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:14 smithi134 bash[35280]: audit 2024-01-16T06:05:13.446362+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:14.392 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: cephadm 2024-01-16T06:05:12.496810+0000 mgr.y (mgr.14856) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: cephadm 2024-01-16T06:05:12.518302+0000 mgr.y (mgr.14856) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: cephadm 2024-01-16T06:05:13.433917+0000 mgr.y (mgr.14856) 20 : cephadm [INF] Upgrade: Updating mon.a 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.434306+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.434630+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.438297+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.441599+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.442193+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.445486+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: audit 2024-01-16T06:05:13.446362+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:14.393 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 systemd[1]: Stopping Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: cephadm 2024-01-16T06:05:12.496810+0000 mgr.y (mgr.14856) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: cephadm 2024-01-16T06:05:12.518302+0000 mgr.y (mgr.14856) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: cephadm 2024-01-16T06:05:13.433917+0000 mgr.y (mgr.14856) 20 : cephadm [INF] Upgrade: Updating mon.a 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.434306+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.434630+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.438297+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.441599+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.442193+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.445486+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:14.394 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[38584]: audit 2024-01-16T06:05:13.446362+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:14.446 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:14 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:14.182+0000 7fcc05893680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T06:05:14.446 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:14 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:14.314+0000 7fcc05893680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T06:05:14.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: debug 2024-01-16T06:05:14.432+0000 7fccdaa9b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:05:14.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[35187]: debug 2024-01-16T06:05:14.432+0000 7fccdaa9b700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-01-16T06:05:14.703 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:14 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:14.447+0000 7fcc05893680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:05:14.703 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:14 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:14.620+0000 7fcc05893680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T06:05:15.038 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:14 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:14.704+0000 7fcc05893680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T06:05:15.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:14 smithi071 bash[62593]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.a 2024-01-16T06:05:15.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 bash[62644]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.a" found: no such container 2024-01-16T06:05:15.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service: Succeeded. 2024-01-16T06:05:15.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 systemd[1]: Stopped Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:15.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 systemd[1]: Starting Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:15.996+0000 7fe1522c4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:15.996+0000 7fe1522c4880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:15 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:15.996+0000 7fe1522c4880 0 pidfile_write: ignore empty --pid-file 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.000+0000 7fe1522c4880 0 load: jerasure load: lrc load: isa 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: DB SUMMARY 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T06:05:16.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 507 Bytes 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000019.sst 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000017.log size: 22941157 ; 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.env: 0x5567d4857080 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.fs: Posix File System 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.info_log: 0x5567d555ba20 2024-01-16T06:05:16.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.statistics: (nil) 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.use_fsync: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.db_log_dir: 2024-01-16T06:05:16.444 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.write_buffer_manager: 0x5567d6258390 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T06:05:16.445 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.unordered_write: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.row_cache: None 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.wal_filter: None 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T06:05:16.446 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T06:05:16.447 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_open_files: -1 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Compression algorithms supported: 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T06:05:16.448 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kZSTD supported: 0 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T06:05:16.449 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.merge_operator: 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_filter: None 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5567d550bd28) 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cache_index_and_filter_blocks: 1 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: pin_top_level_index_and_filter: 1 2024-01-16T06:05:16.451 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: index_type: 0 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: data_block_index_type: 0 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: index_shortening: 1 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: hash_index_allow_collision: 1 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: checksum: 1 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: no_block_cache: 0 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_cache: 0x5567d5540f10 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_cache_name: BinnedLRUCache 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_cache_options: 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: capacity : 536870912 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: num_shard_bits : 4 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: strict_capacity_limit : 0 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: high_pri_pool_ratio: 0.000 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_cache_compressed: (nil) 2024-01-16T06:05:16.452 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: persistent_cache: (nil) 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_size: 4096 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_size_deviation: 10 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_restart_interval: 16 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: index_block_restart_interval: 1 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: metadata_block_size: 4096 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: partition_filters: 0 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: use_delta_encoding: 1 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T06:05:16.453 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: whole_key_filtering: 1 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: verify_compression: 0 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: read_amp_bytes_per_bit: 0 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: format_version: 2 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: enable_index_compression: 1 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: block_align: 0 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression: NoCompression 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.num_levels: 7 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T06:05:16.455 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T06:05:16.456 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T06:05:16.457 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T06:05:16.458 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T06:05:16.459 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.ttl: 2592000 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.001+0000 7fe1522c4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.002+0000 7fe1522c4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 21, last_sequence is 6321, log_number is 17,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.002+0000 7fe1522c4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 17 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.002+0000 7fe1522c4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385116003912, "job": 1, "event": "recovery_started", "log_files": [17]} 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.002+0000 7fe1522c4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #17 mode 2 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.018+0000 7fe1522c4880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 bash[62783]: c1d01447df1c457bb5d66884948c3aed8a3e0231b13083efa1b24fc90eceaead 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 systemd[1]: Started Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.051+0000 7fe1522c4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385116053156, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 21, "file_size": 22685686, "table_properties": {"data_size": 22672508, "index_size": 11010, "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": 10875, "raw_average_key_size": 20, "raw_value_size": 22656869, "raw_average_value_size": 43739, "num_data_blocks": 348, "num_entries": 518, "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": 1705385116, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.051+0000 7fe1522c4880 4 rocksdb: [version_set.cc:3826] Creating manifest 22 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.460 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.052+0000 7fe1522c4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385116053628, "job": 1, "event": "recovery_finished"} 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.054+0000 7fe1522c4880 4 rocksdb: DB pointer 0x5567d5609800 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.054+0000 7fe1390b9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.054+0000 7fe1390b9700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** DB Stats ** 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Uptime(secs): 0.1 total, 0.1 interval 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** Compaction Stats [default] ** 2024-01-16T06:05:16.461 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: L0 1/0 21.63 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: L6 1/0 58.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Sum 2/0 79.89 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** Compaction Stats [default] ** 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Uptime(secs): 0.1 total, 0.1 interval 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Flush(GB): cumulative 0.021, interval 0.021 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T06:05:16.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Cumulative compaction: 0.02 GB write, 409.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Interval compaction: 0.02 GB write, 409.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** Compaction Stats [default] ** 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: L0 1/0 21.63 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: L6 1/0 58.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Sum 2/0 79.89 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.463 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** Compaction Stats [default] ** 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 653.2 0.03 0.00 1 0.033 0 0 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Uptime(secs): 0.1 total, 0.0 interval 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Flush(GB): cumulative 0.021, interval 0.000 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Cumulative compaction: 0.02 GB write, 409.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.464 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.055+0000 7fe1522c4880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.055+0000 7fe1522c4880 1 mon.a@-1(???) e3 preinit fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 0 mon.a@-1(???).mds e1 new map 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 0 mon.a@-1(???).mds e1 print_map 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: e1 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: legacy client fscid: -1 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: No filesystems configured 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 0 mon.a@-1(???).osd e76 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 0 mon.a@-1(???).osd e76 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 0 mon.a@-1(???).osd e76 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:16.465 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 0 mon.a@-1(???).osd e76 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:12.496810+0000 mgr.y (mgr.14856) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:12.518302+0000 mgr.y (mgr.14856) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:13.433917+0000 mgr.y (mgr.14856) 20 : cephadm [INF] Upgrade: Updating mon.a 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.434306+0000 mon.c (mon.1) 129 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.434630+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.438297+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14856 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.441599+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.442193+0000 mon.c (mon.1) 131 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.445486+0000 mon.c (mon.1) 132 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:13.446362+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:16.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:16 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:05:16.056+0000 7fe1522c4880 1 mon.a@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2024-01-16T06:05:17.789 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:17 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: ignoring --setuser ceph since I am not root 2024-01-16T06:05:17.789 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:17 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: ignoring --setgroup ceph since I am not root 2024-01-16T06:05:17.789 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:17 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:17.663+0000 7f7e0521d680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T06:05:17.789 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:17 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:17.745+0000 7f7e0521d680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T06:05:17.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cephadm 2024-01-16T06:05:13.446050+0000 mgr.y (mgr.14856) 21 : cephadm [INF] Deploying daemon mon.a on smithi071 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:14.314849+0000 mgr.y (mgr.14856) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: audit 2024-01-16T06:05:14.719102+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: audit 2024-01-16T06:05:14.719492+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: audit 2024-01-16T06:05:14.720475+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: audit 2024-01-16T06:05:14.720730+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: audit 2024-01-16T06:05:16.063842+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"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\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:05:13.445967Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:16.315510+0000 mgr.y (mgr.14856) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.467358+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.480420+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.484164+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.484755+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T06:05:17.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.484797+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-16T06:05:17.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.485793+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-01-16T06:05:17.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.494873+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:05:17.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.494920+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:05:17.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.495077+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 33s), standbys: x 2024-01-16T06:05:17.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: cluster 2024-01-16T06:05:17.495880+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:17.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:17 smithi134 bash[35280]: audit 2024-01-16T06:05:17.503776+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.14856 ' entity='' 2024-01-16T06:05:17.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: ignoring --setuser ceph since I am not root 2024-01-16T06:05:17.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: ignoring --setgroup ceph since I am not root 2024-01-16T06:05:17.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:17.662+0000 7ff9cac0a680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-16T06:05:17.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:17.742+0000 7ff9cac0a680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:13.446050+0000 mgr.y (mgr.14856) 21 : cephadm [INF] Deploying daemon mon.a on smithi071 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:14.314849+0000 mgr.y (mgr.14856) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:14.719102+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:14.719492+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:14.720475+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:14.720730+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:16.063842+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"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\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cephadm 2024-01-16T06:05:13.446050+0000 mgr.y (mgr.14856) 21 : cephadm [INF] Deploying daemon mon.a on smithi071 2024-01-16T06:05:17.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:14.314849+0000 mgr.y (mgr.14856) 22 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: audit 2024-01-16T06:05:14.719102+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: audit 2024-01-16T06:05:14.719492+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: audit 2024-01-16T06:05:14.720475+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: audit 2024-01-16T06:05:14.720730+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.134:0/3845840336' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:05:13.445967Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:16.315510+0000 mgr.y (mgr.14856) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.467358+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.480420+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.484164+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.484755+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.484797+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-16T06:05:17.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.485793+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.494873+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.494920+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.495077+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 33s), standbys: x 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:17.495880+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:17 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:17.503776+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.14856 ' entity='' 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: audit 2024-01-16T06:05:16.063842+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14856 172.21.15.71:0/3096444883' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"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\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 441450496, \"cpu_percentage\": \"53.96%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:04:55.392809Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224080691, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392876Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80740352, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392936Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80604037, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.392996Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 66563604, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393055Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393113Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9323937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393171Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16861102, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-16T06:04:55.393228Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56717475, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:04:55.393285Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:05:13.445967Z\"}}, \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:16.315510+0000 mgr.y (mgr.14856) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.7 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.467358+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.480420+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.484164+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.484755+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T06:05:17.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.484797+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-16T06:05:17.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.485793+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-01-16T06:05:17.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.494873+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:05:17.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.494920+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:05:17.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.495077+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 33s), standbys: x 2024-01-16T06:05:17.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: cluster 2024-01-16T06:05:17.495880+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:17.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:17 smithi071 bash[38584]: audit 2024-01-16T06:05:17.503776+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.14856 ' entity='' 2024-01-16T06:05:18.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:18 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:18.102+0000 7ff9cac0a680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T06:05:18.538 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:18 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:18.105+0000 7f7e0521d680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-16T06:05:19.138 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:18 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:18.841+0000 7ff9cac0a680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T06:05:19.138 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:18 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:18.925+0000 7ff9cac0a680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T06:05:19.139 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:18 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:18.844+0000 7f7e0521d680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-16T06:05:19.139 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:18 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:18.928+0000 7f7e0521d680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-16T06:05:19.139 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:19 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:19.139+0000 7f7e0521d680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T06:05:19.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:19 smithi134 bash[35280]: cluster 2024-01-16T06:05:18.499367+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 34s), standbys: x 2024-01-16T06:05:19.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:19 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:18.499367+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 34s), standbys: x 2024-01-16T06:05:19.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:19 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:19.138+0000 7ff9cac0a680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-16T06:05:19.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:19 smithi071 bash[38584]: cluster 2024-01-16T06:05:18.499367+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 34s), standbys: x 2024-01-16T06:05:20.371 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.075+0000 7ff9cac0a680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T06:05:20.371 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.202+0000 7ff9cac0a680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:05:20.371 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.281+0000 7ff9cac0a680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T06:05:20.371 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.371+0000 7ff9cac0a680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T06:05:20.376 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.080+0000 7f7e0521d680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-16T06:05:20.377 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.207+0000 7f7e0521d680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:05:20.377 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.286+0000 7f7e0521d680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-16T06:05:20.377 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.377+0000 7f7e0521d680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-16T06:05:20.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.567+0000 7ff9cac0a680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T06:05:20.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.573+0000 7f7e0521d680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-16T06:05:21.191 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.846+0000 7ff9cac0a680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T06:05:21.191 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:20 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:20.944+0000 7ff9cac0a680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T06:05:21.288 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.851+0000 7f7e0521d680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-16T06:05:21.289 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:20 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:20.949+0000 7f7e0521d680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-16T06:05:21.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:21 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:21.666+0000 7ff9cac0a680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T06:05:21.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:21 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:21.750+0000 7ff9cac0a680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T06:05:21.941 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:21 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:21.843+0000 7ff9cac0a680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T06:05:22.028 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:21 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:21.681+0000 7f7e0521d680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-16T06:05:22.028 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:21 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:21.763+0000 7f7e0521d680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-16T06:05:22.029 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:21 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:21.856+0000 7f7e0521d680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-16T06:05:22.029 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:22 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:22.029+0000 7f7e0521d680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T06:05:22.276 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:22.020+0000 7ff9cac0a680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-16T06:05:22.541 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:22.276+0000 7ff9cac0a680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T06:05:22.541 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:22.408+0000 7ff9cac0a680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T06:05:22.554 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:22 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:22.290+0000 7f7e0521d680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-16T06:05:22.554 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:22 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:22.421+0000 7f7e0521d680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-16T06:05:22.554 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:22 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:22.555+0000 7f7e0521d680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:05:22.799 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:22.540+0000 7ff9cac0a680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-16T06:05:22.799 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:22.713+0000 7ff9cac0a680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T06:05:22.799 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:22.798+0000 7ff9cac0a680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T06:05:22.812 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:22 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:22.729+0000 7f7e0521d680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:22.813780+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:22.814040+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:22.818966+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:22.819333+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e27: y(active, starting, since 0.0053632s), standbys: x 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:22.827043+0000 mon.a (mon.0) 17 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:22.827142+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:22.827899+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:22.829227+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:22.830184+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:05:23.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:22 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:22.830484+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: cluster 2024-01-16T06:05:22.813780+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: cluster 2024-01-16T06:05:22.814040+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: cluster 2024-01-16T06:05:22.818966+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: cluster 2024-01-16T06:05:22.819333+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e27: y(active, starting, since 0.0053632s), standbys: x 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: cluster 2024-01-16T06:05:22.827043+0000 mon.a (mon.0) 17 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: cluster 2024-01-16T06:05:22.827142+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: audit 2024-01-16T06:05:22.827899+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: audit 2024-01-16T06:05:22.829227+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: audit 2024-01-16T06:05:22.830184+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:05:23.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:22 smithi071 bash[38584]: audit 2024-01-16T06:05:22.830484+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:23.288 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:05:22 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x[53826]: debug 2024-01-16T06:05:22.813+0000 7f7e0521d680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: cluster 2024-01-16T06:05:22.813780+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: cluster 2024-01-16T06:05:22.814040+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: cluster 2024-01-16T06:05:22.818966+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: cluster 2024-01-16T06:05:22.819333+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e27: y(active, starting, since 0.0053632s), standbys: x 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: cluster 2024-01-16T06:05:22.827043+0000 mon.a (mon.0) 17 : cluster [DBG] Standby manager daemon x restarted 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: cluster 2024-01-16T06:05:22.827142+0000 mon.a (mon.0) 18 : cluster [DBG] Standby manager daemon x started 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: audit 2024-01-16T06:05:22.827899+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: audit 2024-01-16T06:05:22.829227+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: audit 2024-01-16T06:05:22.830184+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-16T06:05:23.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:22 smithi134 bash[35280]: audit 2024-01-16T06:05:22.830484+0000 mon.c (mon.1) 138 : audit [DBG] from='mgr.? 172.21.15.134:0/3311085563' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:25.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:24 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:23.821031+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e28: y(active, starting, since 1.00706s), standbys: x 2024-01-16T06:05:25.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:24 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:23.826684+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.? 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:05:25.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:24 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:23.826890+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.? 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:05:25.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:24 smithi071 bash[38584]: cluster 2024-01-16T06:05:23.821031+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e28: y(active, starting, since 1.00706s), standbys: x 2024-01-16T06:05:25.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:24 smithi071 bash[38584]: audit 2024-01-16T06:05:23.826684+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.? 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:05:25.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:24 smithi071 bash[38584]: audit 2024-01-16T06:05:23.826890+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.? 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:05:25.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:24 smithi134 bash[35280]: cluster 2024-01-16T06:05:23.821031+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e28: y(active, starting, since 1.00706s), standbys: x 2024-01-16T06:05:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:24 smithi134 bash[35280]: audit 2024-01-16T06:05:23.826684+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.? 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-16T06:05:25.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:24 smithi134 bash[35280]: audit 2024-01-16T06:05:23.826890+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.? 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-16T06:05:29.129 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.822950+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:05:29.129 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.823204+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:05:29.129 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.823406+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:05:29.129 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.824747+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:05:29.129 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.825005+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.825354+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.825664+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.826002+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.826269+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.826538+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.826759+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.827023+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.827197+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.827665+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.838998+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.839919+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.840249+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.840615+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:05:29.130 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.840960+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.841358+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.841712+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.842068+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.842372+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.842739+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.843090+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.843461+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.843795+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.844155+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.844492+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.844869+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.845197+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.845555+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:05:29.131 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.845877+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:29.132 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.846230+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:29.132 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.846564+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:05:29.132 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.846913+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:05:29.132 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.847232+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:05:29.132 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: audit 2024-01-16T06:05:28.847588+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:05:29.132 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:28 smithi134 bash[35280]: cluster 2024-01-16T06:05:28.862003+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:28.920+0000 7ff97e3fa700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: [79B blob data] 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: [80B blob data] 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.822950+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.823204+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.823406+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.824747+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.825005+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:05:29.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.825354+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.825664+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.826002+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.826269+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.826538+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.826759+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.827023+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.827197+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.827665+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:05:29.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.838998+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.822950+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.823204+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.823406+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.824747+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.825005+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.825354+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.825664+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.826002+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.826269+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.826538+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.826759+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.827023+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T06:05:29.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.827197+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.827665+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.838998+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.839919+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.840249+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.840615+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.840960+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.841358+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.841712+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.842068+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.842372+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.842739+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.843090+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.843461+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.843795+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:05:29.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.844155+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.844492+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.844869+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.845197+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.845555+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.845877+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.846230+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.846564+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.846913+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.847232+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: audit 2024-01-16T06:05:28.847588+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:05:29.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:28 smithi071 bash[38584]: cluster 2024-01-16T06:05:28.862003+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.839919+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.840249+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.840615+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.840960+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.841358+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi134"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.841712+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.842068+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.842372+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.842739+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.843090+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-16T06:05:29.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.843461+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.843795+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.844155+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.844492+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.844869+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.845197+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.845555+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.845877+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.846230+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.846564+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.846913+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.847232+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.847588+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-16T06:05:29.150 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:28 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:28.862003+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: cluster 2024-01-16T06:05:28.918950+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: cluster 2024-01-16T06:05:28.925908+0000 mgr.y (mgr.24841) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:28.975814+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:28.977267+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:29.014740+0000 mon.c (mon.1) 181 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:29.015217+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:29.022479+0000 mon.c (mon.1) 182 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:29.022930+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.24841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:29.255289+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:30.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:29 smithi134 bash[35280]: audit 2024-01-16T06:05:29.272720+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:30.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: cluster 2024-01-16T06:05:28.918950+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-16T06:05:30.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: cluster 2024-01-16T06:05:28.925908+0000 mgr.y (mgr.24841) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:28.975814+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:28.977267+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:29.014740+0000 mon.c (mon.1) 181 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:29.015217+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:29.022479+0000 mon.c (mon.1) 182 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:29.022930+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.24841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:29.255289+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:29 smithi071 bash[38584]: audit 2024-01-16T06:05:29.272720+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:28.918950+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:28.925908+0000 mgr.y (mgr.24841) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:30.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.975814+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:28.977267+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:29.014740+0000 mon.c (mon.1) 181 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:29.015217+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:29.022479+0000 mon.c (mon.1) 182 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:29.022930+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.24841 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:29.255289+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:30.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:29 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:29.272720+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:32.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:31 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:30.826325+0000 mgr.y (mgr.24841) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:32.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:31 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:30.926857+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-16T06:05:32.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:31 smithi071 bash[38584]: cluster 2024-01-16T06:05:30.826325+0000 mgr.y (mgr.24841) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:32.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:31 smithi071 bash[38584]: cluster 2024-01-16T06:05:30.926857+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-16T06:05:32.269 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:31 smithi134 bash[35280]: cluster 2024-01-16T06:05:30.826325+0000 mgr.y (mgr.24841) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:32.269 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:31 smithi134 bash[35280]: cluster 2024-01-16T06:05:30.926857+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-16T06:05:33.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.185198+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"c1d01447df1c\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 64697139, \"cpu_percentage\": \"1.60%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-16T06:05:32.183131Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T06:05:15.765399Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 439877632, \"cpu_percentage\": \"26.73%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:32.183292Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 237397606, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183361Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83361792, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183423Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83519078, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183510Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68367155, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183572Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88174755, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183632Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9921626, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183694Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16882073, \"cpu_percentage\": \"0.28%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183769Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57105448, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183826Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:05:13.445967Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:32.183962Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.189431+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.467921+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.468311+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.468665+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.468938+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.469211+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.469508+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.469832+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.470091+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.470369+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.185198+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"c1d01447df1c\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 64697139, \"cpu_percentage\": \"1.60%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-16T06:05:32.183131Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T06:05:15.765399Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 439877632, \"cpu_percentage\": \"26.73%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:32.183292Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 237397606, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183361Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83361792, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183423Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83519078, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183510Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68367155, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183572Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88174755, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183632Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9921626, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183694Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16882073, \"cpu_percentage\": \"0.28%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183769Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57105448, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183826Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:05:13.445967Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:32.183962Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.189431+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.467921+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.468311+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.468665+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.468938+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.469211+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.469508+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.469832+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.470091+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.470369+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.524332+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240333619, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522623Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"59.55%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:32.522766Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86161489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522832Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78087454, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522895Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72666316, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522954Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84001423, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523014Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 38042337, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523076Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13914603, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523136Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32275169, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523195Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cd 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: ff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56990105, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523254Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:32.523357Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:33.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.524332+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240333619, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522623Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"59.55%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:32.522766Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86161489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522832Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78087454, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522895Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72666316, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522954Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84001423, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523014Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 38042337, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523076Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13914603, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523136Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32275169, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523195Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56990105, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523254Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:32.523357Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.528108+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.804651+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.805008+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.528108+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.804651+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.805008+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.805370+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.805674+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.805981+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.806263+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.806580+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.806871+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.807178+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.808337+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.811362+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.817726+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.818544+0000 mon.c (mon.1) 207 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.805370+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.196 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.805674+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.805981+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.806263+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.806580+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.806871+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.807178+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.808337+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.811362+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.817726+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.818544+0000 mon.c (mon.1) 207 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.820077+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:33.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.821083+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:33.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:32 smithi071 bash[38584]: audit 2024-01-16T06:05:32.821721+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-16T06:05:33.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.820077+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:33.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.821083+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:33.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:32 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:32.821721+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-16T06:05:33.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.185198+0000 mon.c (mon.1) 185 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"c1d01447df1c\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 64697139, \"cpu_percentage\": \"1.60%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-16T06:05:32.183131Z\", \"created\": \"2024-01-16T05:56:03.743968Z\", \"started\": \"2024-01-16T06:05:15.765399Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"3e843da336f5\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 439877632, \"cpu_percentage\": \"26.73%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:32.183292Z\", \"created\": \"2024-01-16T05:56:07.812893Z\", \"started\": \"2024-01-16T06:04:38.060660Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"1639f09cccc4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 237397606, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183361Z\", \"created\": \"2024-01-16T05:57:06.265811Z\", \"started\": \"2024-01-16T05:57:06.297305Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"8bd7e2426857\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83361792, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183423Z\", \"created\": \"2024-01-16T05:57:43.643112Z\", \"started\": \"2024-01-16T05:57:57.352002Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"1c1a97fe35f7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83519078, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183510Z\", \"created\": \"2024-01-16T05:57:57.740849Z\", \"started\": \"2024-01-16T05:58:11.939855Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"00fe49923c45\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 68367155, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183572Z\", \"created\": \"2024-01-16T05:58:12.203577Z\", \"started\": \"2024-01-16T05:58:25.554913Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"d45cae9818b7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 88174755, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183632Z\", \"created\": \"2024-01-16T05:58:25.983319Z\", \"started\": \"2024-01-16T05:58:27.420753Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"0dbf8421134a\", \"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\": 9921626, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183694Z\", \"created\": \"2024-01-16T05:59:44.751856Z\", \"started\": \"2024-01-16T05:59:54.384137Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"9c789d06f7cd\", \"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\": 16882073, \"cpu_percentage\": \"0.28%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183769Z\", \"created\": \"2024-01-16T05:59:57.000631Z\", \"started\": \"2024-01-16T06:04:15.780876Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.mwalzk\", \"daemon_name\": \"rgw.r.z.smithi071.mwalzk\", \"hostname\": \"smithi071\", \"container_id\": \"e37dbabf2734\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 57105448, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.183826Z\", \"created\": \"2024-01-16T06:00:34.384943Z\", \"started\": \"2024-01-16T06:00:34.417812Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272730Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"4fd66e86-53f8-444b-aac5-b66843a8e817\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"ThyEn3-SKaW-dklo-1XNY-dzVc-yj5U-ZOnaDe\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"0c81171e-02af-492b-9b18-c9ca97be1f23\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"QeWO87-090F-dExS-84Yn-m7jV-PW1O-P7DVoH\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07ce9216-8ad5-4111-ac4b-894a3afa4e22\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"uCGE1J-BYJZ-XBsE-2Lby-ze7f-unSb-HvyhRr\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4bf751e-07c6-458a-b33a-c330caaed5bd\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"HKYgFb-8lWS-iRQ6-6Yuq-tj54-UCA4-DowYtR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.272745Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QJJR\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:09.965333Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:26.135839Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-16T05:57:53.831606Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:08.343853Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:22.308932Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:24.630134Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:44.228730Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-16T06:04:10.801861Z\"}, \"rgw.r.z.smithi071.mwalzk\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:33.296403Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-16T06:05:13.445967Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:32.183962Z\", \"last_device_update\": \"2024-01-16T05:58:29.227084Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:24.409190Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.189431+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.467921+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.468311+0000 mon.c (mon.1) 187 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.468665+0000 mon.c (mon.1) 188 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.468938+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.469211+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.469508+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.469832+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.470091+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.470369+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.524332+0000 mon.c (mon.1) 195 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi134","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi134\", \"container_id\": \"490e16349f19\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 240333619, \"cpu_percentage\": \"1.21%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522623Z\", \"created\": \"2024-01-16T05:57:16.977091Z\", \"started\": \"2024-01-16T05:57:17.005156Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi134\", \"container_id\": \"5c3d875ad00e\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408105779, \"cpu_percentage\": \"59.55%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-16T06:05:32.522766Z\", \"created\": \"2024-01-16T05:57:32.418705Z\", \"started\": \"2024-01-16T06:05:08.806337Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi134\", \"container_id\": \"5b830d680f1d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86161489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522832Z\", \"created\": \"2024-01-16T05:58:36.276122Z\", \"started\": \"2024-01-16T05:58:49.318321Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi134\", \"container_id\": \"5dba583ffc06\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78087454, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522895Z\", \"created\": \"2024-01-16T05:58:49.574794Z\", \"started\": \"2024-01-16T05:59:03.907915Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi134\", \"container_id\": \"26da66619d75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 72666316, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.522954Z\", \"created\": \"2024-01-16T05:59:04.262431Z\", \"started\": \"2024-01-16T05:59:18.216893Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi134\", \"container_id\": \"2f2c5c6a3c70\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84001423, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523014Z\", \"created\": \"2024-01-16T05:59:18.621077Z\", \"started\": \"2024-01-16T05:59:19.934937Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi134\", \"container_id\": \"e76c14d26e4f\", \"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\": 38042337, \"cpu_percentage\": \"0.78%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523076Z\", \"created\": \"2024-01-16T05:59:42.386491Z\", \"started\": \"2024-01-16T06:04:23.995474Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi134\", \"container_id\": \"e5c0b37bed31\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13914603, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523136Z\", \"created\": \"2024-01-16T05:59:44.191447Z\", \"started\": \"2024-01-16T05:59:52.080054Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi134\", \"container_id\": \"fb4c42fd2683\", \"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\": 32275169, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523195Z\", \"created\": \"2024-01-16T06:00:16.099660Z\", \"started\": \"2024-01-16T06:00:16.218733Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi134.ullpgi\", \"daemon_name\": \"rgw.r.z.smithi134.ullpgi\", \"hostname\": \"smithi134\", \"container_id\": \"fb81edf2ab16\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56990105, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-16T06:05:32.523254Z\", \"created\": \"2024-01-16T06:00:33.259237Z\", \"started\": \"2024-01-16T06:00:33.289621Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273899Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"910495f4-e8f0-4af7-b1f2-e09248b7af13\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"s2QXKd-zZlw-M9RD-cWIt-R6x9-I8ut-c8bxHX\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"187dd640-a32c-4bba-8333-ca2a8b3a3507\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"Th9xCa-H6h0-aLSl-dj7f-fNFc-OYSW-MMKdmp\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"49024cef-9e32-4982-b14f-f2f997e9c540\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"yVmdH3-oBJ8-DoIS-0BtV-S3vU-savb-xwio4J\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"8fdf9fe5-870e-4940-bfa4-078fbe01d21c\", \"cluster_fsid\": \"df6d77ae-b433-11ee-95ad-87774f69a715\", \"block_uuid\": \"vi7C8x-3kSn-b0uI-w3ng-njmI-pXMh-ydo5A2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT62420002400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-16T06:03:55.273907Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XNGV\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:15.705403Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-16T06:04:56.764878Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-16T05:58:46.162146Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:00.431805Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:14.745912Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:17.017676Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-16T06:04:16.537841Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-16T05:59:43.737033Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-16T05:59:57.040669Z\"}, \"rgw.r.z.smithi134.ullpgi\": {\"deps\": [], \"last_config\": \"2024-01-16T06:00:32.177679Z\"}}, \"last_daemon_update\": \"2024-01-16T06:05:32.523357Z\", \"last_device_update\": \"2024-01-16T05:59:21.249591Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-16T05:56:58.500150Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.528108+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.804651+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.805008+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.805370+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.805674+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.805981+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.806263+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.806580+0000 mon.c (mon.1) 202 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.806871+0000 mon.c (mon.1) 203 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.807178+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.808337+0000 mon.c (mon.1) 205 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.811362+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.817726+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.818544+0000 mon.c (mon.1) 207 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.820077+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.821083+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:33.291 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:32 smithi134 bash[35280]: audit 2024-01-16T06:05:32.821721+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-16T06:05:34.087 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: cephadm 2024-01-16T06:05:32.822171+0000 mgr.y (mgr.24841) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-16T06:05:34.087 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: cluster 2024-01-16T06:05:32.826627+0000 mgr.y (mgr.24841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: audit 2024-01-16T06:05:33.738429+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.c"}]: dispatch 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: audit 2024-01-16T06:05:33.742335+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: audit 2024-01-16T06:05:33.743785+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: audit 2024-01-16T06:05:33.744317+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: audit 2024-01-16T06:05:33.744894+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:33 smithi071 bash[38584]: audit 2024-01-16T06:05:33.745719+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:32.822171+0000 mgr.y (mgr.24841) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:32.826627+0000 mgr.y (mgr.24841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:33.738429+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.c"}]: dispatch 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:33.742335+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:34.088 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:33.743785+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:34.089 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:33.744317+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:34.089 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:33.744894+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:34.089 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:33 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:33.745719+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:34.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: cephadm 2024-01-16T06:05:32.822171+0000 mgr.y (mgr.24841) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: cluster 2024-01-16T06:05:32.826627+0000 mgr.y (mgr.24841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: audit 2024-01-16T06:05:33.738429+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.c"}]: dispatch 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: audit 2024-01-16T06:05:33.742335+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: audit 2024-01-16T06:05:33.743785+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: audit 2024-01-16T06:05:33.744317+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: audit 2024-01-16T06:05:33.744894+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:34.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:33 smithi134 bash[35280]: audit 2024-01-16T06:05:33.745719+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:35.033 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:34 smithi071 systemd[1]: Stopping Ceph mon.c for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:35.033 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:34 smithi071 bash[38584]: debug 2024-01-16T06:05:34.794+0000 7f68366ec700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:05:35.033 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:34 smithi071 bash[38584]: debug 2024-01-16T06:05:34.794+0000 7f68366ec700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-01-16T06:05:35.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:35 smithi071 bash[63929]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.c 2024-01-16T06:05:35.827 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:35 smithi071 bash[63984]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.c" found: no such container 2024-01-16T06:05:36.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:35 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.c.service: Succeeded. 2024-01-16T06:05:36.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:35 smithi071 systemd[1]: Stopped Ceph mon.c for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:36.191 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:35 smithi071 systemd[1]: Starting Ceph mon.c for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.265+0000 7f06dbffd880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.265+0000 7f06dbffd880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.265+0000 7f06dbffd880 0 pidfile_write: ignore empty --pid-file 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.269+0000 7f06dbffd880 0 load: jerasure load: lrc load: isa 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: DB SUMMARY 2024-01-16T06:05:36.288 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 604 Bytes 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000018.sst 000020.sst 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000019.log size: 6369049 ; 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T06:05:36.289 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.env: 0x55a231b33080 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.fs: Posix File System 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.info_log: 0x55a233c3fa20 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.statistics: (nil) 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.use_fsync: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T06:05:36.290 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.db_log_dir: 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.write_buffer_manager: 0x55a23493c390 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T06:05:36.291 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.unordered_write: 0 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.row_cache: None 2024-01-16T06:05:36.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.wal_filter: None 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T06:05:36.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T06:05:36.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T06:05:36.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T06:05:36.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T06:05:36.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T06:05:36.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T06:05:36.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_open_files: -1 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Compression algorithms supported: 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kZSTD supported: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T06:05:36.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.merge_operator: 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_filter: None 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a233befd28) 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cache_index_and_filter_blocks: 1 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T06:05:36.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: pin_top_level_index_and_filter: 1 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: index_type: 0 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: data_block_index_type: 0 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: index_shortening: 1 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: hash_index_allow_collision: 1 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: checksum: 1 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: no_block_cache: 0 2024-01-16T06:05:36.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_cache: 0x55a233c24f10 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_cache_name: BinnedLRUCache 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_cache_options: 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: capacity : 536870912 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: num_shard_bits : 4 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: strict_capacity_limit : 0 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: high_pri_pool_ratio: 0.000 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_cache_compressed: (nil) 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: persistent_cache: (nil) 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_size: 4096 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_size_deviation: 10 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_restart_interval: 16 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: index_block_restart_interval: 1 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: metadata_block_size: 4096 2024-01-16T06:05:36.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: partition_filters: 0 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: use_delta_encoding: 1 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: whole_key_filtering: 1 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: verify_compression: 0 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: read_amp_bytes_per_bit: 0 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: format_version: 2 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: enable_index_compression: 1 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: block_align: 0 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression: NoCompression 2024-01-16T06:05:36.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.num_levels: 7 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T06:05:36.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T06:05:36.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T06:05:36.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T06:05:36.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.ttl: 2592000 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.270+0000 7f06dbffd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.271+0000 7f06dbffd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 22, last_sequence is 8356, log_number is 19,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.271+0000 7f06dbffd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 19 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.271+0000 7f06dbffd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385136271926, "job": 1, "event": "recovery_started", "log_files": [19]} 2024-01-16T06:05:36.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.271+0000 7f06dbffd880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #19 mode 2 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.276+0000 7f06dbffd880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 bash[64123]: c913de92c0843e7e2a8100d94047cd4787005b34238196dc95fcc1d1ac5b0b70 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.282+0000 7f06dbffd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385136283415, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 4208786, "table_properties": {"data_size": 4205334, "index_size": 2181, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 453, "raw_key_size": 3261, "raw_average_key_size": 23, "raw_value_size": 4201322, "raw_average_value_size": 30009, "num_data_blocks": 70, "num_entries": 140, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705385136, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.283+0000 7f06dbffd880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.283+0000 7f06dbffd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385136283853, "job": 1, "event": "recovery_finished"} 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 systemd[1]: Started Ceph mon.c for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.284+0000 7f06dbffd880 4 rocksdb: DB pointer 0x55a233ced800 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.284+0000 7f06c2df2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.284+0000 7f06c2df2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** DB Stats ** 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T06:05:36.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** Compaction Stats [default] ** 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: L0 2/0 24.40 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: L6 1/0 58.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Sum 3/0 82.65 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** Compaction Stats [default] ** 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Flush(GB): cumulative 0.004, interval 0.004 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T06:05:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Cumulative compaction: 0.00 GB write, 287.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Interval compaction: 0.00 GB write, 287.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** Compaction Stats [default] ** 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: L0 2/0 24.40 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: L6 1/0 58.25 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:36.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Sum 3/0 82.65 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** Compaction Stats [default] ** 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 623.9 0.01 0.00 1 0.006 0 0 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Flush(GB): cumulative 0.004, interval 0.000 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T06:05:36.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Cumulative compaction: 0.00 GB write, 286.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.285+0000 7f06dbffd880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] at bind addrs [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.286+0000 7f06dbffd880 1 mon.c@-1(???) e3 preinit fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.286+0000 7f06dbffd880 0 mon.c@-1(???).mds e1 new map 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.286+0000 7f06dbffd880 0 mon.c@-1(???).mds e1 print_map 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: e1 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T06:05:36.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: legacy client fscid: -1 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: No filesystems configured 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.287+0000 7f06dbffd880 0 mon.c@-1(???).osd e77 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.287+0000 7f06dbffd880 0 mon.c@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.287+0000 7f06dbffd880 0 mon.c@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.287+0000 7f06dbffd880 0 mon.c@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:32.822171+0000 mgr.y (mgr.24841) 3 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:32.826627+0000 mgr.y (mgr.24841) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:33.738429+0000 mon.c (mon.1) 211 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.c"}]: dispatch 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:33.742335+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24841 ' entity='mgr.y' 2024-01-16T06:05:36.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:33.743785+0000 mon.c (mon.1) 212 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:36.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:33.744317+0000 mon.c (mon.1) 213 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:36.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:33.744894+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:36.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:33.745719+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:36.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:36 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:05:36.287+0000 7f06dbffd880 1 mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-01-16T06:05:37.350 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:05:36 smithi071 bash[59665]: ts=2024-01-16T06:05:36.953Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-01-16T06:05:37.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:34.827159+0000 mgr.y (mgr.24841) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:37.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.331062+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T06:05:37.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.331854+0000 mon.a (mon.0) 32 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:37.616 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.347119+0000 mon.a (mon.0) 33 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.351461+0000 mon.a (mon.0) 34 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.351923+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.351958+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.352299+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e30: y(active, since 13s), standbys: x 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.355148+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:36.357504+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:36.358362+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:36.359645+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:34.827159+0000 mgr.y (mgr.24841) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.331062+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.331854+0000 mon.a (mon.0) 32 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:37.617 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.347119+0000 mon.a (mon.0) 33 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.351461+0000 mon.a (mon.0) 34 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.351923+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.351958+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.352299+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e30: y(active, since 13s), standbys: x 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.355148+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:36.357504+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:36.358362+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:37.618 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:37 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:36.359645+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:34.827159+0000 mgr.y (mgr.24841) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.331062+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.331854+0000 mon.a (mon.0) 32 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.347119+0000 mon.a (mon.0) 33 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.351461+0000 mon.a (mon.0) 34 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.351923+0000 mon.a (mon.0) 35 : cluster [DBG] fsmap 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.351958+0000 mon.a (mon.0) 36 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.352299+0000 mon.a (mon.0) 37 : cluster [DBG] mgrmap e30: y(active, since 13s), standbys: x 2024-01-16T06:05:37.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.355148+0000 mon.a (mon.0) 38 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:37.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: audit 2024-01-16T06:05:36.357504+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:37.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: audit 2024-01-16T06:05:36.358362+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:37.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:37 smithi134 bash[35280]: audit 2024-01-16T06:05:36.359645+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:38.678 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:38 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:36.827572+0000 mgr.y (mgr.24841) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:38.678 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:38 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:36.827572+0000 mgr.y (mgr.24841) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:38.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:38 smithi134 bash[35280]: cluster 2024-01-16T06:05:36.827572+0000 mgr.y (mgr.24841) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:40.273 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: cluster 2024-01-16T06:05:38.827934+0000 mgr.y (mgr.24841) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:40.273 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.032743+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.273 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.036881+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.042035+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.044065+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.045151+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.045698+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: cephadm 2024-01-16T06:05:39.046085+0000 mgr.y (mgr.24841) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.985919+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.986592+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.987092+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.987578+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:40.274 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: audit 2024-01-16T06:05:39.988355+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:40.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:38.827934+0000 mgr.y (mgr.24841) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:40.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.032743+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.036881+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.042035+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:40.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.044065+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:40.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.045151+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.045698+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:39.046085+0000 mgr.y (mgr.24841) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.985919+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.986592+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.987092+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.987578+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:39.988355+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:38.827934+0000 mgr.y (mgr.24841) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.032743+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.036881+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.042035+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:40.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.044065+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.045151+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.045698+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:39.046085+0000 mgr.y (mgr.24841) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.985919+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.986592+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.987092+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.987578+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:40.443 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:40 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:39.988355+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:41.203 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 systemd[1]: Stopping Ceph mon.b for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:41.203 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: debug 2024-01-16T06:05:40.988+0000 7f7d09c72700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:05:41.203 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:40 smithi134 bash[35280]: debug 2024-01-16T06:05:40.988+0000 7f7d09c72700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-01-16T06:05:41.539 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:41 smithi134 bash[55660]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.b 2024-01-16T06:05:41.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:41 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:41.293+0000 7ff97e3fa700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-01-16T06:05:41.956 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:41 smithi134 bash[55714]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.b" found: no such container 2024-01-16T06:05:42.288 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:41 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.b.service: Succeeded. 2024-01-16T06:05:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:41 smithi134 systemd[1]: Stopped Ceph mon.b for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:42.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 systemd[1]: Starting Ceph mon.b for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:05:42.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.416+0000 7fe02f1f7880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T06:05:42.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.416+0000 7fe02f1f7880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T06:05:42.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.416+0000 7fe02f1f7880 0 pidfile_write: ignore empty --pid-file 2024-01-16T06:05:42.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.420+0000 7fe02f1f7880 0 load: jerasure load: lrc load: isa 2024-01-16T06:05:42.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: DB SUMMARY 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 786 Bytes 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000023.sst 000024.sst 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000021.log size: 179775 ; 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.env: 0x561bf4b9e080 2024-01-16T06:05:42.792 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.fs: Posix File System 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.info_log: 0x561bf6a1fa20 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.statistics: (nil) 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.use_fsync: 0 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T06:05:42.793 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.db_log_dir: 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T06:05:42.794 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.write_buffer_manager: 0x561bf771c390 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T06:05:42.795 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 bash[55851]: d60b1a9dd5e5cedce549865bbd76e06179f564ed4c58a89428b1d93ce00139c4 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.unordered_write: 0 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T06:05:42.796 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.row_cache: None 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.wal_filter: None 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T06:05:42.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.max_open_files: -1 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T06:05:42.798 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Compression algorithms supported: 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kZSTD supported: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.421+0000 7fe02f1f7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T06:05:42.799 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.merge_operator: 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_filter: None 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561bf69cfd28) 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cache_index_and_filter_blocks: 1 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: pin_top_level_index_and_filter: 1 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: index_type: 0 2024-01-16T06:05:42.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: data_block_index_type: 0 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: index_shortening: 1 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: hash_index_allow_collision: 1 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: checksum: 1 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: no_block_cache: 0 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_cache: 0x561bf6a04f10 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_cache_name: BinnedLRUCache 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_cache_options: 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: capacity : 536870912 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: num_shard_bits : 4 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: strict_capacity_limit : 0 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: high_pri_pool_ratio: 0.000 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_cache_compressed: (nil) 2024-01-16T06:05:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: persistent_cache: (nil) 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_size: 4096 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_size_deviation: 10 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_restart_interval: 16 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: index_block_restart_interval: 1 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: metadata_block_size: 4096 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: partition_filters: 0 2024-01-16T06:05:42.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: use_delta_encoding: 1 2024-01-16T06:05:42.803 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T06:05:42.803 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: whole_key_filtering: 1 2024-01-16T06:05:42.803 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: verify_compression: 0 2024-01-16T06:05:42.803 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: read_amp_bytes_per_bit: 0 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: format_version: 2 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: enable_index_compression: 1 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: block_align: 0 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression: NoCompression 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.num_levels: 7 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T06:05:42.804 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T06:05:42.805 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T06:05:42.806 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T06:05:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T06:05:42.808 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.ttl: 2592000 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 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 26, last_sequence is 9025, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 21 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385142424422, "job": 1, "event": "recovery_started", "log_files": [21]} 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.422+0000 7fe02f1f7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #21 mode 2 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.423+0000 7fe02f1f7880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.424+0000 7fe02f1f7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385142425699, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 120702, "table_properties": {"data_size": 119722, "index_size": 101, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 421, "raw_average_key_size": 28, "raw_value_size": 119306, "raw_average_value_size": 7953, "num_data_blocks": 3, "num_entries": 15, "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": 1705385142, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.424+0000 7fe02f1f7880 4 rocksdb: [version_set.cc:3826] Creating manifest 27 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.424+0000 7fe02f1f7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705385142426202, "job": 1, "event": "recovery_finished"} 2024-01-16T06:05:42.809 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.425+0000 7fe02f1f7880 4 rocksdb: DB pointer 0x561bf6acd800 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.425+0000 7fe015fec700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.425+0000 7fe015fec700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** DB Stats ** 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** Compaction Stats [default] ** 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: L0 1/0 117.87 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.810 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: L6 2/0 73.47 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Sum 3/0 73.59 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** Compaction Stats [default] ** 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Cumulative compaction: 0.00 GB write, 30.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Interval compaction: 0.00 GB write, 30.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:42.811 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** Compaction Stats [default] ** 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: L0 1/0 117.87 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: L6 2/0 73.47 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Sum 3/0 73.59 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** Compaction Stats [default] ** 2024-01-16T06:05:42.812 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 147.2 0.00 0.00 1 0.001 0 0 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Cumulative compaction: 0.00 GB write, 30.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T06:05:42.813 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.426+0000 7fe02f1f7880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] at bind addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 systemd[1]: Started Ceph mon.b for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 1 mon.b@-1(???) e3 preinit fsid df6d77ae-b433-11ee-95ad-87774f69a715 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 0 mon.b@-1(???).mds e1 new map 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 0 mon.b@-1(???).mds e1 print_map 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: e1 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: legacy client fscid: -1 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: No filesystems configured 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 0 mon.b@-1(???).osd e77 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 0 mon.b@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 0 mon.b@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.428+0000 7fe02f1f7880 0 mon.b@-1(???).osd e77 crush map has features 288514051259236352, adjusting msgr requires 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:38.827934+0000 mgr.y (mgr.24841) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.032743+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.036881+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.042035+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.044065+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.045151+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.045698+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:39.046085+0000 mgr.y (mgr.24841) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.985919+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.986592+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.987092+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.987578+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:42.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:39.988355+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:42.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:42 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:05:42.429+0000 7fe02f1f7880 1 mon.b@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-01-16T06:05:45.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.076621+0000 mon.a (mon.0) 59 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:45.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:44.077169+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:05:45.289 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.077467+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.077545+0000 mon.a (mon.0) 61 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.077583+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:44.090975+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:44.091170+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.091507+0000 mon.a (mon.0) 64 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.100219+0000 mon.a (mon.0) 65 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.100662+0000 mon.a (mon.0) 66 : cluster [DBG] fsmap 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.100692+0000 mon.a (mon.0) 67 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.101050+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e30: y(active, since 21s), standbys: x 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.112463+0000 mon.a (mon.0) 69 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:44.115898+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:44.116899+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:45.290 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:45 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:44.118644+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.076621+0000 mon.a (mon.0) 59 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:44.077169+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:05:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.077467+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-16T06:05:45.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.077545+0000 mon.a (mon.0) 61 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.077583+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:44.090975+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:44.091170+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.091507+0000 mon.a (mon.0) 64 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.100219+0000 mon.a (mon.0) 65 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.100662+0000 mon.a (mon.0) 66 : cluster [DBG] fsmap 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.100692+0000 mon.a (mon.0) 67 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.101050+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e30: y(active, since 21s), standbys: x 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.112463+0000 mon.a (mon.0) 69 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:44.115898+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:44.116899+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:45.442 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:44.118644+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.076621+0000 mon.a (mon.0) 59 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:44.077169+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.077467+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.077545+0000 mon.a (mon.0) 61 : cluster [INF] mon.a calling monitor election 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.077583+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:44.090975+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:44.091170+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.091507+0000 mon.a (mon.0) 64 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.100219+0000 mon.a (mon.0) 65 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} removed_ranks: {} 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.100662+0000 mon.a (mon.0) 66 : cluster [DBG] fsmap 2024-01-16T06:05:45.443 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.100692+0000 mon.a (mon.0) 67 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-16T06:05:45.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.101050+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e30: y(active, since 21s), standbys: x 2024-01-16T06:05:45.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.112463+0000 mon.a (mon.0) 69 : cluster [INF] overall HEALTH_OK 2024-01-16T06:05:45.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:44.115898+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:45.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:44.116899+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:05:45.444 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:45 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:44.118644+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-16T06:05:46.256 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:46 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:44.829807+0000 mgr.y (mgr.24841) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:46.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:46 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:44.829807+0000 mgr.y (mgr.24841) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:46.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:46 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:44.829807+0000 mgr.y (mgr.24841) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:47.691 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:05:47 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:05:47.438+0000 7ff97e3fa700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-01-16T06:05:48.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:46.830351+0000 mgr.y (mgr.24841) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:48.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:47.377494+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:47.381843+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.379 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:47.384905+0000 mgr.y (mgr.24841) 17 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:47.385224+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:47.385971+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:47.386642+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:47.387226+0000 mgr.y (mgr.24841) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:47.387647+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:48.168573+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:48.169499+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:48.170102+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:48.170692+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:48.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:48.171427+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:46.830351+0000 mgr.y (mgr.24841) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:47.377494+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:47.381843+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:47.384905+0000 mgr.y (mgr.24841) 17 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:47.385224+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:47.385971+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:47.386642+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:47.387226+0000 mgr.y (mgr.24841) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:47.387647+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:48.168573+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:48.169499+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:48.170102+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:05:48.381 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:48.170692+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:48.382 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:48 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:48.171427+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T06:05:48.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:46.830351+0000 mgr.y (mgr.24841) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:48.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:47.377494+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:47.381843+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:47.384905+0000 mgr.y (mgr.24841) 17 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-16T06:05:48.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:47.385224+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:47.385971+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:47.386642+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:47.387226+0000 mgr.y (mgr.24841) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:47.387647+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:48.168573+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:48.169499+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:48.170102+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:48.170692+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:48.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:48 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:48.171427+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:48.169253+0000 mgr.y (mgr.24841) 19 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:48.171139+0000 mgr.y (mgr.24841) 20 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.048146+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.049010+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.049532+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.049991+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:49.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.050703+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:48.169253+0000 mgr.y (mgr.24841) 19 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:48.171139+0000 mgr.y (mgr.24841) 20 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.048146+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.049010+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.049532+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.049991+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:49.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:49 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.050703+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:49.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:48.169253+0000 mgr.y (mgr.24841) 19 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-16T06:05:49.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:48.171139+0000 mgr.y (mgr.24841) 20 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-01-16T06:05:49.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.048146+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:49.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.049010+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:49.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.049532+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:49.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.049991+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:49.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:49 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.050703+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-16T06:05:50.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:48.830887+0000 mgr.y (mgr.24841) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:50.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:49.048820+0000 mgr.y (mgr.24841) 22 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T06:05:50.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:49.050408+0000 mgr.y (mgr.24841) 23 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-01-16T06:05:50.579 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.949724+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.950680+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.951159+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:49.952396+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:48.830887+0000 mgr.y (mgr.24841) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:49.048820+0000 mgr.y (mgr.24841) 22 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:49.050408+0000 mgr.y (mgr.24841) 23 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.949724+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.950680+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.951159+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:50.580 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:50 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:49.952396+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-16T06:05:50.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:48.830887+0000 mgr.y (mgr.24841) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:49.048820+0000 mgr.y (mgr.24841) 22 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-16T06:05:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:49.050408+0000 mgr.y (mgr.24841) 23 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-01-16T06:05:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.949724+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.950680+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T06:05:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.951159+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:50.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:50 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:49.952396+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-16T06:05:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:49.950458+0000 mgr.y (mgr.24841) 24 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-16T06:05:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:49.952088+0000 mgr.y (mgr.24841) 25 : cephadm [INF] Reconfiguring daemon osd.0 on smithi071 2024-01-16T06:05:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:50.849572+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:50.850505+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T06:05:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:50.851020+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:51.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:50.852252+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-16T06:05:51.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:49.950458+0000 mgr.y (mgr.24841) 24 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-16T06:05:51.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:49.952088+0000 mgr.y (mgr.24841) 25 : cephadm [INF] Reconfiguring daemon osd.0 on smithi071 2024-01-16T06:05:51.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:50.849572+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:51.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:50.850505+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T06:05:51.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:50.851020+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:51.442 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:51 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:50.852252+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-16T06:05:51.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:51 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:49.950458+0000 mgr.y (mgr.24841) 24 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-16T06:05:51.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:51 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:49.952088+0000 mgr.y (mgr.24841) 25 : cephadm [INF] Reconfiguring daemon osd.0 on smithi071 2024-01-16T06:05:51.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:51 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:50.849572+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:51.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:51 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:50.850505+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T06:05:51.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:51 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:50.851020+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:51.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:51 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:50.852252+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:50.831420+0000 mgr.y (mgr.24841) 26 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:50.850263+0000 mgr.y (mgr.24841) 27 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:50.851941+0000 mgr.y (mgr.24841) 28 : cephadm [INF] Reconfiguring daemon osd.1 on smithi071 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:51.735753+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:51.736663+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:51.737198+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:52.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:51.738462+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:50.831420+0000 mgr.y (mgr.24841) 26 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:50.850263+0000 mgr.y (mgr.24841) 27 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:50.851941+0000 mgr.y (mgr.24841) 28 : cephadm [INF] Reconfiguring daemon osd.1 on smithi071 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:51.735753+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:51.736663+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:51.737198+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:52.692 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:52 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:51.738462+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:50.831420+0000 mgr.y (mgr.24841) 26 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:50.850263+0000 mgr.y (mgr.24841) 27 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:50.851941+0000 mgr.y (mgr.24841) 28 : cephadm [INF] Reconfiguring daemon osd.1 on smithi071 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:51.735753+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:51.736663+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:51.737198+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:52 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:51.738462+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-16T06:05:53.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:51.736449+0000 mgr.y (mgr.24841) 29 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-16T06:05:53.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:51.738133+0000 mgr.y (mgr.24841) 30 : cephadm [INF] Reconfiguring daemon osd.2 on smithi071 2024-01-16T06:05:53.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:52.629913+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:53.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:52.630838+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T06:05:53.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:52.631347+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:53.691 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:52.632570+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-16T06:05:53.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:51.736449+0000 mgr.y (mgr.24841) 29 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-16T06:05:53.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:51.738133+0000 mgr.y (mgr.24841) 30 : cephadm [INF] Reconfiguring daemon osd.2 on smithi071 2024-01-16T06:05:53.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:52.629913+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:53.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:52.630838+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T06:05:53.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:52.631347+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:53.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:53 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:52.632570+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-16T06:05:53.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:53 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:51.736449+0000 mgr.y (mgr.24841) 29 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-16T06:05:53.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:53 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:51.738133+0000 mgr.y (mgr.24841) 30 : cephadm [INF] Reconfiguring daemon osd.2 on smithi071 2024-01-16T06:05:53.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:53 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:52.629913+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:53.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:53 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:52.630838+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T06:05:53.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:53 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:52.631347+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:53.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:53 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:52.632570+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:52.630614+0000 mgr.y (mgr.24841) 31 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:52.632260+0000 mgr.y (mgr.24841) 32 : cephadm [INF] Reconfiguring daemon osd.3 on smithi071 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:52.831924+0000 mgr.y (mgr.24841) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.503065+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:53.503989+0000 mgr.y (mgr.24841) 34 : cephadm [INF] Reconfiguring rgw.r.z.smithi071.mwalzk (monmap changed)... 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.504249+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.504850+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:05:54.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.507782+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:53.508165+0000 mgr.y (mgr.24841) 35 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi071.mwalzk 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.514193+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.514739+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi071.mwalzk"}]: dispatch 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.515215+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:53.515678+0000 mgr.y (mgr.24841) 36 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi071.mwalzk on smithi071 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:53.515994+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi071.mwalzk","key": "container_image"}]: dispatch 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:54.381068+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:54.381995+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:54.382482+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:54.382918+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:54 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:54.383643+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:54.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:52.630614+0000 mgr.y (mgr.24841) 31 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-16T06:05:54.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:52.632260+0000 mgr.y (mgr.24841) 32 : cephadm [INF] Reconfiguring daemon osd.3 on smithi071 2024-01-16T06:05:54.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:52.831924+0000 mgr.y (mgr.24841) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:54.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.503065+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:53.503989+0000 mgr.y (mgr.24841) 34 : cephadm [INF] Reconfiguring rgw.r.z.smithi071.mwalzk (monmap changed)... 2024-01-16T06:05:54.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.504249+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.504850+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.507782+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:53.508165+0000 mgr.y (mgr.24841) 35 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi071.mwalzk 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.514193+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.514739+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi071.mwalzk"}]: dispatch 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.515215+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:53.515678+0000 mgr.y (mgr.24841) 36 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi071.mwalzk on smithi071 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:53.515994+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi071.mwalzk","key": "container_image"}]: dispatch 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:54.381068+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:52.630614+0000 mgr.y (mgr.24841) 31 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:52.632260+0000 mgr.y (mgr.24841) 32 : cephadm [INF] Reconfiguring daemon osd.3 on smithi071 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:52.831924+0000 mgr.y (mgr.24841) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.503065+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:53.503989+0000 mgr.y (mgr.24841) 34 : cephadm [INF] Reconfiguring rgw.r.z.smithi071.mwalzk (monmap changed)... 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.504249+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.504850+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.507782+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi071.mwalzk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:53.508165+0000 mgr.y (mgr.24841) 35 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi071.mwalzk 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.514193+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.514739+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi071.mwalzk"}]: dispatch 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.515215+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:53.515678+0000 mgr.y (mgr.24841) 36 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi071.mwalzk on smithi071 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:53.515994+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi071.mwalzk","key": "container_image"}]: dispatch 2024-01-16T06:05:54.943 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:54.381068+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:54.381995+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:54.382482+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:54.382918+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:54.383643+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:54.381995+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:54.382482+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:54.382918+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:54.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:54 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:54.383643+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-16T06:05:55.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:54.381770+0000 mgr.y (mgr.24841) 37 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T06:05:55.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:54.383318+0000 mgr.y (mgr.24841) 38 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-01-16T06:05:55.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:55.239459+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:55.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:55.240624+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:05:55.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:55.241498+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:05:55.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:55.242161+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:55.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:55 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:55.243172+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:54.381770+0000 mgr.y (mgr.24841) 37 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:54.383318+0000 mgr.y (mgr.24841) 38 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:55.239459+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:55.240624+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:55.241498+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:55.242161+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:55.243172+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:54.381770+0000 mgr.y (mgr.24841) 37 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:54.383318+0000 mgr.y (mgr.24841) 38 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-01-16T06:05:55.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:55.239459+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:55.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:55.240624+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T06:05:55.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:55.241498+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T06:05:55.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:55.242161+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:55.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:55 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:55.243172+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-16T06:05:56.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:54.832679+0000 mgr.y (mgr.24841) 39 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:56.668 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:55.240304+0000 mgr.y (mgr.24841) 40 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-16T06:05:56.668 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:55.242784+0000 mgr.y (mgr.24841) 41 : cephadm [INF] Reconfiguring daemon mgr.x on smithi134 2024-01-16T06:05:56.668 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.051018+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:56.668 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.052219+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T06:05:56.668 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.052907+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:56.668 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:56 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.054547+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-16T06:05:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:54.832679+0000 mgr.y (mgr.24841) 39 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:55.240304+0000 mgr.y (mgr.24841) 40 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-16T06:05:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:55.242784+0000 mgr.y (mgr.24841) 41 : cephadm [INF] Reconfiguring daemon mgr.x on smithi134 2024-01-16T06:05:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.051018+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.052219+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T06:05:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.052907+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.054547+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:54.832679+0000 mgr.y (mgr.24841) 39 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:55.240304+0000 mgr.y (mgr.24841) 40 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:55.242784+0000 mgr.y (mgr.24841) 41 : cephadm [INF] Reconfiguring daemon mgr.x on smithi134 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.051018+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.052219+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.052907+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:56.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:56 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.054547+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-16T06:05:57.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch ps' 2024-01-16T06:05:57.667 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:56.051900+0000 mgr.y (mgr.24841) 42 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:56.054081+0000 mgr.y (mgr.24841) 43 : cephadm [INF] Reconfiguring daemon osd.4 on smithi134 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.919619+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.920707+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.921325+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:56.922757+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:56.051900+0000 mgr.y (mgr.24841) 42 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:56.054081+0000 mgr.y (mgr.24841) 43 : cephadm [INF] Reconfiguring daemon osd.4 on smithi134 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.919619+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.920707+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.921325+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:57.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:57 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:56.922757+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-16T06:05:57.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:57 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:56.051900+0000 mgr.y (mgr.24841) 42 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-16T06:05:57.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:57 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:56.054081+0000 mgr.y (mgr.24841) 43 : cephadm [INF] Reconfiguring daemon osd.4 on smithi134 2024-01-16T06:05:57.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:57 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.919619+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:57.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:57 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.920707+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T06:05:57.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:57 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.921325+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:57.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:57 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:56.922757+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-16T06:05:58.714 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T06:05:58.714 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (102s) 19s ago 6m 16.1M - 0.26.0 9f27df16978d 9c789d06f7cd 2024-01-16T06:05:58.714 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi134 running (5m) 11s ago 5m 30.7M - 6.6.2 87a51ecf0b1c fb4c42fd2683 2024-01-16T06:05:58.714 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi134 *:8443 running (49s) 11s ago 8m 390M - 16.2.14-449-ga70aebef 377ff36742d8 5c3d875ad00e 2024-01-16T06:05:58.714 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443 running (80s) 19s ago 9m 424M - 16.2.14-449-ga70aebef 377ff36742d8 3e843da336f5 2024-01-16T06:05:58.714 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (42s) 19s ago 9m 66.3M 2048M 16.2.14-449-ga70aebef 377ff36742d8 c1d01447df1c 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi134 running (16s) 11s ago 8m 22.5M 2048M 16.2.14-449-ga70aebef 377ff36742d8 d60b1a9dd5e5 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (22s) 19s ago 8m 30.5M 2048M 16.2.14-449-ga70aebef 377ff36742d8 c913de92c084 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (6m) 19s ago 6m 9638k - 1.7.0 72c9c2088986 0dbf8421134a 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi134 running (6m) 11s ago 6m 13.7M - 1.7.0 72c9c2088986 e5c0b37bed31 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (8m) 19s ago 8m 79.9M 4096M 15.2.0 204a01f9b0b6 8bd7e2426857 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (7m) 19s ago 8m 79.8M 4096M 15.2.0 204a01f9b0b6 1c1a97fe35f7 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (7m) 19s ago 7m 65.5M 4096M 15.2.0 204a01f9b0b6 00fe49923c45 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (7m) 19s ago 7m 84.6M 4096M 15.2.0 204a01f9b0b6 d45cae9818b7 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi134 running (7m) 11s ago 7m 83.0M 4096M 15.2.0 204a01f9b0b6 5b830d680f1d 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi134 running (6m) 11s ago 7m 75.2M 4096M 15.2.0 204a01f9b0b6 5dba583ffc06 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi134 running (6m) 11s ago 6m 70.1M 4096M 15.2.0 204a01f9b0b6 26da66619d75 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi134 running (6m) 11s ago 6m 81.1M 4096M 15.2.0 204a01f9b0b6 2f2c5c6a3c70 2024-01-16T06:05:58.715 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi134 running (94s) 11s ago 6m 36.3M - 2.49.1 2a72b385beaf e76c14d26e4f 2024-01-16T06:05:58.716 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.mwalzk smithi071 running (5m) 19s ago 5m 54.6M - 15.2.0 204a01f9b0b6 e37dbabf2734 2024-01-16T06:05:58.716 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi134.ullpgi smithi134 running (5m) 11s ago 5m 54.6M - 15.2.0 204a01f9b0b6 fb81edf2ab16 2024-01-16T06:05:58.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:56.833050+0000 mgr.y (mgr.24841) 44 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:56.920411+0000 mgr.y (mgr.24841) 45 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-16T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:56.922351+0000 mgr.y (mgr.24841) 46 : cephadm [INF] Reconfiguring daemon osd.5 on smithi134 2024-01-16T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:57.787046+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:57.787950+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:57.788481+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:58 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:57.789817+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:56.833050+0000 mgr.y (mgr.24841) 44 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:56.920411+0000 mgr.y (mgr.24841) 45 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:56.922351+0000 mgr.y (mgr.24841) 46 : cephadm [INF] Reconfiguring daemon osd.5 on smithi134 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:57.787046+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:57.787950+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:57.788481+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:58.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:57.789817+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:56.833050+0000 mgr.y (mgr.24841) 44 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:56.920411+0000 mgr.y (mgr.24841) 45 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:56.922351+0000 mgr.y (mgr.24841) 46 : cephadm [INF] Reconfiguring daemon osd.5 on smithi134 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:57.787046+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:57.787950+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:57.788481+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:58.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:58 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:57.789817+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-16T06:05:59.132 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions' 2024-01-16T06:05:59.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:57.787740+0000 mgr.y (mgr.24841) 47 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-16T06:05:59.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:57.789502+0000 mgr.y (mgr.24841) 48 : cephadm [INF] Reconfiguring daemon osd.6 on smithi134 2024-01-16T06:05:59.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.653401+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:59.691 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.654336+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.654851+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.656074+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.705959+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.706302+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.706596+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.706862+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.707151+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.707411+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.708949+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.709257+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.709545+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.709837+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.692 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.710093+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:57.787740+0000 mgr.y (mgr.24841) 47 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:57.789502+0000 mgr.y (mgr.24841) 48 : cephadm [INF] Reconfiguring daemon osd.6 on smithi134 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.653401+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.654336+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.654851+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.656074+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.705959+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.706302+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.706596+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.706862+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.707151+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.693 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.707411+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.708949+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.709257+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.709545+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.709837+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.694 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:05:59 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.710093+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:57.787740+0000 mgr.y (mgr.24841) 47 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:57.789502+0000 mgr.y (mgr.24841) 48 : cephadm [INF] Reconfiguring daemon osd.6 on smithi134 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.653401+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.654336+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.654851+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.656074+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.705959+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.706302+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.706596+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.706862+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.707151+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.707411+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.708949+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-16T06:05:59.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.709257+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.709545+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.709837+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-16T06:05:59.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:05:59 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.710093+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 3 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-01-16T06:06:00.319 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-16T06:06:00.320 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-01-16T06:06:00.320 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-01-16T06:06:00.320 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-01-16T06:06:00.320 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 5 2024-01-16T06:06:00.320 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-01-16T06:06:00.320 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-16T06:06:00.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:58.654099+0000 mgr.y (mgr.24841) 49 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:58.655784+0000 mgr.y (mgr.24841) 50 : cephadm [INF] Reconfiguring daemon osd.7 on smithi134 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:58.704102+0000 mgr.y (mgr.24841) 51 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:05:58.833446+0000 mgr.y (mgr.24841) 52 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.517477+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:59.518651+0000 mgr.y (mgr.24841) 53 : cephadm [INF] Reconfiguring rgw.r.z.smithi134.ullpgi (monmap changed)... 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.518929+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:06:00.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.519552+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.528458+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:59.528944+0000 mgr.y (mgr.24841) 54 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi134.ullpgi 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.535619+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.536239+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi134.ullpgi"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.536761+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:05:59.537282+0000 mgr.y (mgr.24841) 55 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi134.ullpgi on smithi134 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:05:59.537601+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi134.ullpgi","key": "container_image"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.319405+0000 mon.a (mon.0) 158 : audit [DBG] from='client.34131 172.21.15.71:0/816913811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.403241+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.404817+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.406709+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.407755+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.413648+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.414226+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-16T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.419493+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.420039+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.425264+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.425845+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.431127+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.432021+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.437664+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.791 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:00 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.438703+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:58.654099+0000 mgr.y (mgr.24841) 49 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:58.655784+0000 mgr.y (mgr.24841) 50 : cephadm [INF] Reconfiguring daemon osd.7 on smithi134 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:58.704102+0000 mgr.y (mgr.24841) 51 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:05:58.833446+0000 mgr.y (mgr.24841) 52 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.517477+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:59.518651+0000 mgr.y (mgr.24841) 53 : cephadm [INF] Reconfiguring rgw.r.z.smithi134.ullpgi (monmap changed)... 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.518929+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.519552+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.528458+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:59.528944+0000 mgr.y (mgr.24841) 54 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi134.ullpgi 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.535619+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.817 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.536239+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi134.ullpgi"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.536761+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:05:59.537282+0000 mgr.y (mgr.24841) 55 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi134.ullpgi on smithi134 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:05:59.537601+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi134.ullpgi","key": "container_image"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.319405+0000 mon.a (mon.0) 158 : audit [DBG] from='client.34131 172.21.15.71:0/816913811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.403241+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.404817+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.406709+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.407755+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.413648+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.414226+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.419493+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.420039+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.425264+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-16T06:06:00.818 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.425845+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-16T06:06:00.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.431127+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-16T06:06:00.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.432021+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.437664+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.819 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.438703+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:58.654099+0000 mgr.y (mgr.24841) 49 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:58.655784+0000 mgr.y (mgr.24841) 50 : cephadm [INF] Reconfiguring daemon osd.7 on smithi134 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:58.704102+0000 mgr.y (mgr.24841) 51 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:05:58.833446+0000 mgr.y (mgr.24841) 52 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.517477+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:59.518651+0000 mgr.y (mgr.24841) 53 : cephadm [INF] Reconfiguring rgw.r.z.smithi134.ullpgi (monmap changed)... 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.518929+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.519552+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.528458+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi134.ullpgi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:59.528944+0000 mgr.y (mgr.24841) 54 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi134.ullpgi 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.535619+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.536239+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi134.ullpgi"}]: dispatch 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.536761+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:06:00.820 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:05:59.537282+0000 mgr.y (mgr.24841) 55 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi134.ullpgi on smithi134 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:05:59.537601+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi134.ullpgi","key": "container_image"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.319405+0000 mon.a (mon.0) 158 : audit [DBG] from='client.34131 172.21.15.71:0/816913811' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.403241+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.404817+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.406709+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.407755+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.413648+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.414226+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.419493+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.420039+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.425264+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.425845+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.431127+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-16T06:06:00.821 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.432021+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:00.822 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.437664+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:00.822 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:00 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.438703+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-16T06:06:01.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:06:00.408194+0000 mgr.y (mgr.24841) 56 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-16T06:06:01.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:06:00.432534+0000 mgr.y (mgr.24841) 57 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-16T06:06:01.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:00.438829+0000 mgr.y (mgr.24841) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-16T06:06:01.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:06:00.439577+0000 mgr.y (mgr.24841) 59 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-16T06:06:01.754 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:06:00.408194+0000 mgr.y (mgr.24841) 56 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-16T06:06:01.754 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:06:00.432534+0000 mgr.y (mgr.24841) 57 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-16T06:06:01.755 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:00.438829+0000 mgr.y (mgr.24841) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-16T06:06:01.755 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:01 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:06:00.439577+0000 mgr.y (mgr.24841) 59 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-16T06:06:01.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:01 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:06:00.408194+0000 mgr.y (mgr.24841) 56 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-16T06:06:01.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:01 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:06:00.432534+0000 mgr.y (mgr.24841) 57 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-16T06:06:01.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:01 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:00.438829+0000 mgr.y (mgr.24841) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-16T06:06:01.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:01 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:06:00.439577+0000 mgr.y (mgr.24841) 59 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-16T06:06:02.364 INFO:teuthology.orchestra.run.smithi071.stdout:false 2024-01-16T06:06:02.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:02 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cluster 2024-01-16T06:06:00.833986+0000 mgr.y (mgr.24841) 60 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:06:02.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:02 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:01.887704+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:02.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:02 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:01.888355+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T06:06:02.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:02 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:01.888821+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:06:02.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:02 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:01.890083+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-16T06:06:02.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:02 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: audit 2024-01-16T06:06:02.353736+0000 mon.a (mon.0) 177 : audit [DBG] from='client.44113 172.21.15.71:0/3325982532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:02.870 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cluster 2024-01-16T06:06:00.833986+0000 mgr.y (mgr.24841) 60 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:06:02.870 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:01.887704+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:01.888355+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:01.888821+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:01.890083+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: audit 2024-01-16T06:06:02.353736+0000 mon.a (mon.0) 177 : audit [DBG] from='client.44113 172.21.15.71:0/3325982532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cluster 2024-01-16T06:06:00.833986+0000 mgr.y (mgr.24841) 60 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.8 MiB used, 707 GiB / 715 GiB avail 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:01.887704+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:01.888355+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:01.888821+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:01.890083+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.24841 172.21.15.71:0/524744483' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-16T06:06:02.871 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:02 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: audit 2024-01-16T06:06:02.353736+0000 mon.a (mon.0) 177 : audit [DBG] from='client.44113 172.21.15.71:0/3325982532' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-16T06:06:02.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T06:06:02.880 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 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 df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-16T06:06:03.108 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=aebb7548e6a2448f878996753539719a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 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 df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-16T06:06:03.144 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T06:06:03.228 INFO:tasks.cephadm:Teardown begin 2024-01-16T06:06:03.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T06:06:03.281 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T06:06:03.322 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T06:06:03.323 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T06:06:03.343 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T06:06:03.385 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T06:06:03.386 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-01-16T06:06:03.387 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a 2024-01-16T06:06:03.441 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:03 smithi071 systemd[1]: Stopping Ceph mon.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:03.788 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:03 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:06:01.882460+0000 mgr.y (mgr.24841) 61 : cephadm [INF] Upgrade: Updating osd.0 2024-01-16T06:06:03.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:03 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: cephadm 2024-01-16T06:06:01.889764+0000 mgr.y (mgr.24841) 62 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T06:06:03.811 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:03 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:06:01.882460+0000 mgr.y (mgr.24841) 61 : cephadm [INF] Upgrade: Updating osd.0 2024-01-16T06:06:03.811 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:03 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: cephadm 2024-01-16T06:06:01.889764+0000 mgr.y (mgr.24841) 62 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T06:06:03.811 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:03 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:06:01.882460+0000 mgr.y (mgr.24841) 61 : cephadm [INF] Upgrade: Updating osd.0 2024-01-16T06:06:03.811 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:03 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: cephadm 2024-01-16T06:06:01.889764+0000 mgr.y (mgr.24841) 62 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-01-16T06:06:03.811 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:03 smithi071 bash[66352]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.a" found: no such container 2024-01-16T06:06:04.069 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:03 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:06:03.922+0000 7fe1420cb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T06:06:04.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:03 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a[62798]: debug 2024-01-16T06:06:03.922+0000 7fe1420cb700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-01-16T06:06:04.070 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:03 smithi071 systemd[1]: Stopping Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:04.070 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:04 smithi071 bash[42564]: debug 2024-01-16T06:06:04.022+0000 7f82f10eb700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:04.070 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:04 smithi071 bash[42564]: debug 2024-01-16T06:06:04.022+0000 7f82f10eb700 -1 osd.0 77 *** Got signal Terminated *** 2024-01-16T06:06:04.071 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:04 smithi071 bash[42564]: debug 2024-01-16T06:06:04.022+0000 7f82f10eb700 -1 osd.0 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:04.384 INFO:journalctl@ceph.mon.a.smithi071.stdout:Jan 16 06:06:04 smithi071 bash[66440]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-a 2024-01-16T06:06:04.643 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:04 smithi071 bash[66462]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.0 2024-01-16T06:06:04.650 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.a.service' 2024-01-16T06:06:04.703 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:04.703 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-01-16T06:06:04.703 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-01-16T06:06:04.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.c 2024-01-16T06:06:04.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:04 smithi071 systemd[1]: Stopping Ceph mon.c for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:04.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:04 smithi071 bash[66631]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.c" found: no such container 2024-01-16T06:06:05.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:04 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:06:04.988+0000 7f06cbe04700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T06:06:05.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:04 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c[64137]: debug 2024-01-16T06:06:04.988+0000 7f06cbe04700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-01-16T06:06:05.441 INFO:journalctl@ceph.mon.c.smithi071.stdout:Jan 16 06:06:05 smithi071 bash[66684]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-c 2024-01-16T06:06:05.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.c.service' 2024-01-16T06:06:05.510 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:05.510 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-01-16T06:06:05.510 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-01-16T06:06:05.511 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.b 2024-01-16T06:06:06.038 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:05 smithi134 systemd[1]: Stopping Ceph mon.b for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:06.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:05 smithi134 bash[57310]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon.b" found: no such container 2024-01-16T06:06:06.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:05 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:06:05.777+0000 7fe01effe700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T06:06:06.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:05 smithi134 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b[55865]: debug 2024-01-16T06:06:05.777+0000 7fe01effe700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-01-16T06:06:06.334 INFO:journalctl@ceph.mon.b.smithi134.stdout:Jan 16 06:06:06 smithi134 bash[57348]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mon-b 2024-01-16T06:06:06.341 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mon.b.service' 2024-01-16T06:06:06.384 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:06.384 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-01-16T06:06:06.385 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-01-16T06:06:06.385 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y 2024-01-16T06:06:06.441 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:06:06 smithi071 systemd[1]: Stopping Ceph mgr.y for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:06.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:06 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.0.service: Succeeded. 2024-01-16T06:06:06.441 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:06 smithi071 systemd[1]: Stopped Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:06:06.442 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:06 smithi071 systemd[1]: Starting Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:06.772 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:06:06 smithi071 bash[67007]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.y" found: no such container 2024-01-16T06:06:07.036 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:06:06 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:06:06.770+0000 7ff9b922d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-01-16T06:06:07.036 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:06:06 smithi071 ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y[60235]: debug 2024-01-16T06:06:06.770+0000 7ff9b922d700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-01-16T06:06:07.036 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Jan 16 06:06:06 smithi071 bash[67082]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-y 2024-01-16T06:06:07.414 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T06:06:07.414 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-01-16T06:06:07.414 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-01-16T06:06:07.415 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-16T06:06:07.415 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-16T06:06:07.415 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-16T06:06:07.415 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67005]: --> ceph-volume raw activate successful for osd ID: 0 2024-01-16T06:06:07.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.y.service' 2024-01-16T06:06:07.465 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:07.465 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-01-16T06:06:07.465 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-01-16T06:06:07.465 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x 2024-01-16T06:06:07.691 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 bash[67409]: 2e110329e9e6dfca9586d07f1fddfbb2ab6769e4561483484881edf0d4aa342e 2024-01-16T06:06:07.691 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:07 smithi071 systemd[1]: Started Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:06:07.788 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:06:07 smithi134 systemd[1]: Stopping Ceph mgr.x for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:07.789 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:06:07 smithi134 bash[57468]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr.x" found: no such container 2024-01-16T06:06:08.174 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:06:07 smithi134 bash[57506]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-mgr-x 2024-01-16T06:06:08.175 INFO:journalctl@ceph.mgr.x.smithi134.stdout:Jan 16 06:06:07 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-01-16T06:06:08.180 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@mgr.x.service' 2024-01-16T06:06:08.217 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:08.218 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-01-16T06:06:08.218 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-16T06:06:08.218 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.0 2024-01-16T06:06:08.542 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:08 smithi071 systemd[1]: Stopping Ceph osd.0 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:08.543 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:08 smithi071 bash[67486]: Error: no container with name or ID "ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.0" found: no such container 2024-01-16T06:06:08.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:08 smithi071 bash[67525]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd-0 2024-01-16T06:06:08.941 INFO:journalctl@ceph.osd.0.smithi071.stdout:Jan 16 06:06:08 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.0.service: Main process exited, code=exited, status=143/n/a 2024-01-16T06:06:09.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.0.service' 2024-01-16T06:06:09.713 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:09.713 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-16T06:06:09.714 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-16T06:06:09.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.1 2024-01-16T06:06:09.943 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 06:06:09 smithi071 systemd[1]: Stopping Ceph osd.1 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:09.943 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 06:06:09 smithi071 bash[44726]: debug 2024-01-16T06:06:09.861+0000 7efd360c5700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:09.943 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 06:06:09 smithi071 bash[44726]: debug 2024-01-16T06:06:09.861+0000 7efd360c5700 -1 osd.1 77 *** Got signal Terminated *** 2024-01-16T06:06:09.944 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 06:06:09 smithi071 bash[44726]: debug 2024-01-16T06:06:09.861+0000 7efd360c5700 -1 osd.1 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:10.334 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 06:06:10 smithi071 bash[67757]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.1 2024-01-16T06:06:10.334 INFO:journalctl@ceph.osd.1.smithi071.stdout:Jan 16 06:06:10 smithi071 bash[67799]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.1/unit.stop: No such file or directory 2024-01-16T06:06:10.892 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.1.service' 2024-01-16T06:06:10.931 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:10.932 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-16T06:06:10.932 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-16T06:06:10.932 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.2 2024-01-16T06:06:11.191 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 06:06:11 smithi071 systemd[1]: Stopping Ceph osd.2 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:11.191 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 06:06:11 smithi071 bash[46915]: debug 2024-01-16T06:06:11.053+0000 7f67ae9af700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:11.191 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 06:06:11 smithi071 bash[46915]: debug 2024-01-16T06:06:11.053+0000 7f67ae9af700 -1 osd.2 77 *** Got signal Terminated *** 2024-01-16T06:06:11.191 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 06:06:11 smithi071 bash[46915]: debug 2024-01-16T06:06:11.053+0000 7f67ae9af700 -1 osd.2 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:11.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 06:06:11 smithi071 bash[67915]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.2 2024-01-16T06:06:11.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Jan 16 06:06:11 smithi071 bash[67957]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.2/unit.stop: No such file or directory 2024-01-16T06:06:12.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.2.service' 2024-01-16T06:06:12.116 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:12.116 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-16T06:06:12.116 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-16T06:06:12.116 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.3 2024-01-16T06:06:12.433 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 06:06:12 smithi071 systemd[1]: Stopping Ceph osd.3 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:12.433 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 06:06:12 smithi071 bash[47435]: debug 2024-01-16T06:06:12.244+0000 7ffb3f20a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:12.433 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 06:06:12 smithi071 bash[47435]: debug 2024-01-16T06:06:12.244+0000 7ffb3f20a700 -1 osd.3 77 *** Got signal Terminated *** 2024-01-16T06:06:12.433 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 06:06:12 smithi071 bash[47435]: debug 2024-01-16T06:06:12.244+0000 7ffb3f20a700 -1 osd.3 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:12.691 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 06:06:12 smithi071 bash[68074]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.3 2024-01-16T06:06:12.691 INFO:journalctl@ceph.osd.3.smithi071.stdout:Jan 16 06:06:12 smithi071 bash[68115]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-16T06:06:13.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.3.service' 2024-01-16T06:06:13.279 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:13.279 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-16T06:06:13.279 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-16T06:06:13.279 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.4 2024-01-16T06:06:13.621 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 06:06:13 smithi134 systemd[1]: Stopping Ceph osd.4 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:13.621 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 06:06:13 smithi134 bash[39273]: debug 2024-01-16T06:06:13.400+0000 7f25a4153700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:13.621 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 06:06:13 smithi134 bash[39273]: debug 2024-01-16T06:06:13.400+0000 7f25a4153700 -1 osd.4 77 *** Got signal Terminated *** 2024-01-16T06:06:13.622 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 06:06:13 smithi134 bash[39273]: debug 2024-01-16T06:06:13.400+0000 7f25a4153700 -1 osd.4 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:13.690 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:13 smithi071 bash[59665]: ts=2024-01-16T06:06:13.248Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-01-16T06:06:13.989 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 06:06:13 smithi134 bash[57632]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.4 2024-01-16T06:06:13.989 INFO:journalctl@ceph.osd.4.smithi134.stdout:Jan 16 06:06:13 smithi134 bash[57673]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-16T06:06:14.478 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.4.service' 2024-01-16T06:06:14.518 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:14.518 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-16T06:06:14.519 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-16T06:06:14.519 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.5 2024-01-16T06:06:14.789 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 06:06:14 smithi134 systemd[1]: Stopping Ceph osd.5 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:14.789 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 06:06:14 smithi134 bash[41434]: debug 2024-01-16T06:06:14.666+0000 7f37ba824700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:14.789 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 06:06:14 smithi134 bash[41434]: debug 2024-01-16T06:06:14.666+0000 7f37ba824700 -1 osd.5 77 *** Got signal Terminated *** 2024-01-16T06:06:14.790 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 06:06:14 smithi134 bash[41434]: debug 2024-01-16T06:06:14.666+0000 7f37ba824700 -1 osd.5 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:15.288 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 06:06:14 smithi134 bash[57789]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.5 2024-01-16T06:06:15.289 INFO:journalctl@ceph.osd.5.smithi134.stdout:Jan 16 06:06:14 smithi134 bash[57830]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-16T06:06:15.754 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.5.service' 2024-01-16T06:06:15.794 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:15.794 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-16T06:06:15.794 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-16T06:06:15.795 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.6 2024-01-16T06:06:16.038 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 06:06:15 smithi134 systemd[1]: Stopping Ceph osd.6 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:16.039 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 06:06:15 smithi134 bash[43630]: debug 2024-01-16T06:06:15.924+0000 7fc27fbed700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:16.039 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 06:06:15 smithi134 bash[43630]: debug 2024-01-16T06:06:15.924+0000 7fc27fbed700 -1 osd.6 77 *** Got signal Terminated *** 2024-01-16T06:06:16.039 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 06:06:15 smithi134 bash[43630]: debug 2024-01-16T06:06:15.924+0000 7fc27fbed700 -1 osd.6 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:16.480 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 06:06:16 smithi134 bash[57947]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.6 2024-01-16T06:06:16.480 INFO:journalctl@ceph.osd.6.smithi134.stdout:Jan 16 06:06:16 smithi134 bash[57988]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-16T06:06:16.979 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.6.service' 2024-01-16T06:06:17.020 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:17.020 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-16T06:06:17.020 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-16T06:06:17.020 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.7 2024-01-16T06:06:17.288 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 06:06:17 smithi134 systemd[1]: Stopping Ceph osd.7 for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:17.289 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 06:06:17 smithi134 bash[44135]: debug 2024-01-16T06:06:17.165+0000 7fc551e71700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-16T06:06:17.289 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 06:06:17 smithi134 bash[44135]: debug 2024-01-16T06:06:17.165+0000 7fc551e71700 -1 osd.7 77 *** Got signal Terminated *** 2024-01-16T06:06:17.289 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 06:06:17 smithi134 bash[44135]: debug 2024-01-16T06:06:17.165+0000 7fc551e71700 -1 osd.7 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-16T06:06:17.714 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 06:06:17 smithi134 bash[58110]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-osd.7 2024-01-16T06:06:17.714 INFO:journalctl@ceph.osd.7.smithi134.stdout:Jan 16 06:06:17 smithi134 bash[58151]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-16T06:06:18.370 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@osd.7.service' 2024-01-16T06:06:18.410 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:18.411 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-16T06:06:18.411 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-01-16T06:06:18.411 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-df6d77ae-b433-11ee-95ad-87774f69a715@prometheus.a 2024-01-16T06:06:18.621 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 systemd[1]: Stopping Ceph prometheus.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-16T06:06:18.622 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.550Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-16T06:06:18.623 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.551Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-16T06:06:18.623 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.552Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-16T06:06:18.623 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.552Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-16T06:06:18.623 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[51828]: ts=2024-01-16T06:06:18.552Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-16T06:06:19.005 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[58270]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-prometheus.a 2024-01-16T06:06:19.005 INFO:journalctl@ceph.prometheus.a.smithi134.stdout:Jan 16 06:06:18 smithi134 bash[58309]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/prometheus.a/unit.stop: No such file or directory 2024-01-16T06:06:19.008 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-df6d77ae-b433-11ee-95ad-87774f69a715@prometheus.a.service' 2024-01-16T06:06:19.042 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T06:06:19.043 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-01-16T06:06:19.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df6d77ae-b433-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T06:06:19.176 INFO:teuthology.orchestra.run.smithi071.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-16T06:06:19.177 INFO:teuthology.orchestra.run.smithi071.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-16T06:06:19.177 INFO:teuthology.orchestra.run.smithi071.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-16T06:06:19.177 INFO:teuthology.orchestra.run.smithi071.stderr: [--retry RETRY] 2024-01-16T06:06:19.177 INFO:teuthology.orchestra.run.smithi071.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-01-16T06:06:19.177 INFO:teuthology.orchestra.run.smithi071.stderr: ... 2024-01-16T06:06:19.177 INFO:teuthology.orchestra.run.smithi071.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-16T06:06:19.185 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T06:06:19.186 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df6d77ae-b433-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T06:06:19.305 INFO:teuthology.orchestra.run.smithi134.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-16T06:06:19.306 INFO:teuthology.orchestra.run.smithi134.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-16T06:06:19.306 INFO:teuthology.orchestra.run.smithi134.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-16T06:06:19.306 INFO:teuthology.orchestra.run.smithi134.stderr: [--retry RETRY] 2024-01-16T06:06:19.306 INFO:teuthology.orchestra.run.smithi134.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-01-16T06:06:19.306 INFO:teuthology.orchestra.run.smithi134.stderr: ... 2024-01-16T06:06:19.306 INFO:teuthology.orchestra.run.smithi134.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-16T06:06:19.315 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T06:06:19.315 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T06:06:19.343 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T06:06:19.370 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T06:06:19.372 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2024-01-16T06:06:19.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/crash -- . 2024-01-16T06:06:19.433 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/remote/ubuntu@smithi134.front.sepia.ceph.com/crash 2024-01-16T06:06:19.434 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/crash -- . 2024-01-16T06:06:19.479 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T06:06:19.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T06:06:19.506 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-16T06:06:19.507 INFO:tasks.cephadm:Compressing logs... 2024-01-16T06:06:19.508 DEBUG:teuthology.orchestra.run.smithi071:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T06:06:19.550 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T06:06:19.574 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T06:06:19.574 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2024-01-16T06:06:19.574 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T06:06:19.576 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.2.log 2024-01-16T06:06:19.576 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mgr.y.log 2024-01-16T06:06:19.576 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.3.log 2024-01-16T06:06:19.576 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.0.log 2024-01-16T06:06:19.576 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.2.log: /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mgr.y.log: /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.3.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T06:06:19.579 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T06:06:19.579 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2024-01-16T06:06:19.579 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.6.log 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.7.log 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.6.log: /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mgr.x.log 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.b.log 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.4.log 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mgr.x.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T06:06:19.580 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.5.log 2024-01-16T06:06:19.581 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.a.log 2024-01-16T06:06:19.581 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.c.log 2024-01-16T06:06:19.582 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.4.log: /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.5.log: 91.3% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T06:06:19.582 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.a.log: /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.c.log: 91.4% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T06:06:19.582 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-client.rgw.r.z.smithi071.mwalzk.log 2024-01-16T06:06:19.583 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-client.rgw.r.z.smithi071.mwalzk.log: 58.7% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-client.rgw.r.z.smithi071.mwalzk.log.gz 2024-01-16T06:06:19.583 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.1.log 2024-01-16T06:06:19.587 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-client.rgw.r.z.smithi134.ullpgi.log 2024-01-16T06:06:19.588 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-client.rgw.r.z.smithi134.ullpgi.log: 58.8% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-client.rgw.r.z.smithi134.ullpgi.log.gz 2024-01-16T06:06:19.604 INFO:teuthology.orchestra.run.smithi134.stderr: 89.7% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mgr.x.log.gz 2024-01-16T06:06:19.779 INFO:teuthology.orchestra.run.smithi134.stderr: 93.0% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.6.log.gz 2024-01-16T06:06:19.789 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.1.log: 91.9% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mgr.y.log.gz 2024-01-16T06:06:19.790 INFO:teuthology.orchestra.run.smithi071.stderr: 92.8% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.2.log.gz 2024-01-16T06:06:19.839 INFO:teuthology.orchestra.run.smithi071.stderr: 93.4% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.3.log.gz 2024-01-16T06:06:19.851 INFO:teuthology.orchestra.run.smithi134.stderr: 93.4% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.7.log.gz 2024-01-16T06:06:19.871 INFO:teuthology.orchestra.run.smithi134.stderr: 93.1% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.b.log.gz 2024-01-16T06:06:19.890 INFO:teuthology.orchestra.run.smithi071.stderr: 93.1% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.0.log.gz 2024-01-16T06:06:19.898 INFO:teuthology.orchestra.run.smithi134.stderr: 93.2% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.5.log.gz 2024-01-16T06:06:19.913 INFO:teuthology.orchestra.run.smithi071.stderr: 93.4% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.1.log.gz 2024-01-16T06:06:19.937 INFO:teuthology.orchestra.run.smithi134.stderr: 93.4% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-osd.4.log.gz 2024-01-16T06:06:19.939 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-01-16T06:06:19.939 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.372s 2024-01-16T06:06:19.939 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m1.424s 2024-01-16T06:06:19.939 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.076s 2024-01-16T06:06:19.953 INFO:teuthology.orchestra.run.smithi071.stderr: 93.6% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.c.log.gz 2024-01-16T06:06:20.229 INFO:teuthology.orchestra.run.smithi071.stderr: 91.2% -- replaced with /var/log/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/ceph-mon.a.log.gz 2024-01-16T06:06:20.230 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-16T06:06:20.230 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.666s 2024-01-16T06:06:20.231 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m2.300s 2024-01-16T06:06:20.231 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.087s 2024-01-16T06:06:20.231 INFO:tasks.cephadm:Archiving logs... 2024-01-16T06:06:20.231 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2024-01-16T06:06:20.232 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T06:06:20.602 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/remote/ubuntu@smithi134.front.sepia.ceph.com/log 2024-01-16T06:06:20.603 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T06:06:20.829 INFO:tasks.cephadm:Removing cluster... 2024-01-16T06:06:20.829 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df6d77ae-b433-11ee-95ad-87774f69a715 --force 2024-01-16T06:06:21.888 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 06:06:21 smithi071 systemd[1]: Stopping Ceph node-exporter.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:22.191 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 06:06:22 smithi071 bash[68610]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-node-exporter.a 2024-01-16T06:06:22.191 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 06:06:22 smithi071 bash[68649]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-01-16T06:06:22.605 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:22 smithi071 systemd[1]: Stopping Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:22.606 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:22 smithi071 bash[59665]: ts=2024-01-16T06:06:22.444Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-16T06:06:22.606 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 06:06:22 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-16T06:06:22.606 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 06:06:22 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-16T06:06:22.606 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Jan 16 06:06:22 smithi071 systemd[1]: Stopped Ceph node-exporter.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:06:22.865 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:22 smithi071 bash[68683]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-alertmanager.a 2024-01-16T06:06:22.865 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:22 smithi071 bash[68722]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2024-01-16T06:06:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:22 smithi071 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-16T06:06:23.191 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Jan 16 06:06:22 smithi071 systemd[1]: Stopped Ceph alertmanager.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:06:33.843 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid df6d77ae-b433-11ee-95ad-87774f69a715 --force 2024-01-16T06:06:34.924 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 06:06:34 smithi134 systemd[1]: Stopping Ceph node-exporter.b for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:35.227 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[58702]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-node-exporter.b 2024-01-16T06:06:35.228 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[58740]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2024-01-16T06:06:35.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-16T06:06:35.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-16T06:06:35.539 INFO:journalctl@ceph.node-exporter.b.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: Stopped Ceph node-exporter.b for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:06:35.540 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: Stopping Ceph grafana.a for df6d77ae-b433-11ee-95ad-87774f69a715... 2024-01-16T06:06:35.540 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-01-16T06:06:35.540 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-01-16T06:06:35.540 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-01-16T06:06:35.540 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped Stream Manager" 2024-01-16T06:06:35.540 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-01-16T06:06:35.541 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[46593]: t=2024-01-16T06:06:35+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-01-16T06:06:35.941 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[58776]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715-grafana.a 2024-01-16T06:06:35.941 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 bash[58814]: bash: /var/lib/ceph/df6d77ae-b433-11ee-95ad-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-01-16T06:06:35.942 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-01-16T06:06:35.942 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: ceph-df6d77ae-b433-11ee-95ad-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-01-16T06:06:35.942 INFO:journalctl@ceph.grafana.a.smithi134.stdout:Jan 16 06:06:35 smithi134 systemd[1]: Stopped Ceph grafana.a for df6d77ae-b433-11ee-95ad-87774f69a715. 2024-01-16T06:06:46.720 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T06:06:46.720 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T06:06:46.744 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T06:06:46.762 INFO:tasks.cephadm:Teardown complete 2024-01-16T06:06:46.762 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T06:06:46.772 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T06:06:46.773 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T06:06:46.786 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T06:06:46.803 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-16T06:06:46.807 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T06:06:46.808 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-16T06:06:46.808 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 13 +1221us[+1221us] +/- 97ms 2024-01-16T06:06:46.808 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 -649us[ -643us] +/- 63ms 2024-01-16T06:06:46.808 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 -135us[ -135us] +/- 96ms 2024-01-16T06:06:46.808 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T06:06:46.819 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2024-01-16T06:06:46.823 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T06:06:46.823 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-01-16T06:06:46.824 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +1212us[+1210us] +/- 97ms 2024-01-16T06:06:46.824 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 -679us[ -681us] +/- 63ms 2024-01-16T06:06:46.824 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 11 -168us[ -168us] +/- 96ms 2024-01-16T06:06:46.824 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T06:06:46.825 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T06:06:46.834 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T06:06:46.835 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T06:06:46.887 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-16T06:06:46.956 DEBUG:teuthology.orchestra.run.smithi134:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-16T06:06:47.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T06:06:47.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T06:06:47.051 DEBUG:teuthology.orchestra.run.smithi134:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T06:06:47.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T06:06:47.080 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T06:06:47.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T06:06:47.097 INFO:teuthology.task.internal:Duration was 1344.508474 seconds 2024-01-16T06:06:47.098 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T06:06:47.106 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T06:06:47.106 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T06:06:47.109 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T06:06:47.155 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T06:06:47.166 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T06:06:47.297 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T06:06:47.297 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-01-16T06:06:47.297 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T06:06:47.320 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-01-16T06:06:47.320 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T06:06:47.343 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T06:06:47.343 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T06:06:47.363 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T06:06:47.444 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T06:06:47.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T06:06:47.447 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T06:06:47.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T06:06:47.612 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T06:06:47.615 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T06:06:47.641 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T06:06:47.669 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T06:06:47.679 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T06:06:47.684 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T06:06:47.708 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-01-16T06:06:47.735 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-01-16T06:06:47.782 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T06:06:47.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T06:06:47.815 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T06:06:47.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T06:06:47.839 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T06:06:47.851 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T06:06:47.852 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/remote/smithi071 2024-01-16T06:06:47.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T06:06:47.904 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425/remote/smithi134 2024-01-16T06:06:47.905 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T06:06:47.948 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T06:06:47.948 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T06:06:47.950 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T06:06:47.999 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T06:06:48.010 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T06:06:48.010 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T06:06:48.020 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T06:06:48.020 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T06:06:48.025 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T06:06:48.040 INFO:teuthology.orchestra.run.smithi071.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 06:06 /home/ubuntu/cephtest 2024-01-16T06:06:48.056 INFO:teuthology.orchestra.run.smithi134.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 06:06 /home/ubuntu/cephtest 2024-01-16T06:06:48.057 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T06:06:48.068 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T06:06:48.088 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T06:06:48.117 DEBUG:teuthology.nuke:shortname: smithi071 2024-01-16T06:06:48.118 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T06:06:48.141 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 05:34:10.421617', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIo3pm2rwDLRBfvhXHeSY8WoZ0v3NVF1tQcdFN3Cj47HBCWnfHc1OkGtc7j0gaVbR7+GH4299cKg0jR1Kr6mhoQ='} 2024-01-16T06:06:48.145 DEBUG:teuthology.nuke:shortname: smithi134 2024-01-16T06:06:48.145 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T06:06:48.169 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517425', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 05:34:10.422992', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEdnAK+gbzKhgaYYZ5xcbcLiUtT7i+hCqYEEjlvPOn/4odWfrEt/Fpvjswz4soqWMyVFrffMKLdQ+wrx/5SD5x4='} 2024-01-16T06:06:48.199 INFO:teuthology.orchestra.console.smithi071:Power off 2024-01-16T06:06:48.199 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T06:06:48.217 INFO:teuthology.orchestra.console.smithi134:Power off 2024-01-16T06:06:48.218 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T06:06:48.230 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-01-16T06:06:48.230 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T06:06:48.243 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-01-16T06:06:48.244 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T06:06:48.255 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-16T06:06:48.267 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-01-16T06:06:52.257 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T06:06:52.268 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T06:06:52.369 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-16T06:06:52.381 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-01-16T06:06:56.372 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T06:06:56.382 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T06:06:56.483 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-01-16T06:06:56.491 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-01-16T06:06:56.584 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-01-16T06:06:56.592 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-01-16T06:06:56.697 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: 1344.5084743499756 failure_reason: 'Command failed on smithi071 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 df6d77ae-b433-11ee-95ad-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=aebb7548e6a2448f878996753539719a status: fail success: false 2024-01-16T06:06:56.697 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T06:06:56.788 INFO:teuthology.run:FAIL